Skip to content

Commit

Permalink
docs(sketch): fix typo in manifest.json example (#4929)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour authored and joshblack committed Dec 20, 2019
1 parent e295c50 commit 2db756a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sketch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ Then in our `manifest.json` we would create an entry under `commands` like:
{
"commands": [
{
"name": "The name of the command"
"name": "The name of the command",
"identifier": "the.command.identifier",
"script": "commands/greeting.",
"script": "commands/greeting",
"handler": "greeting"
}
]
Expand Down

0 comments on commit 2db756a

Please sign in to comment.