diff --git a/README.md b/README.md
index 26a82ce..d42b7b8 100644
--- a/README.md
+++ b/README.md
@@ -26,10 +26,21 @@ The issue which is created by this action.
## Example usage
+### workflow.yaml
+
```yaml
uses: soichisumi/issue-copy-action@v0.1.0
with:
keyword: "/copy"
targetRepository: soichisumi/issue-copy-action
githubToken: ${{ secrets.GITHUB_TOKEN }}
-```
\ No newline at end of file
+ contentOfNewIssue: 'prefix of newly created issue'
+```
+
+### Screen Shot
+
+#### Base issue
+
+
+#### Copied issue
+
\ No newline at end of file