Skip to content

Commit

Permalink
Docs: correct JSON for template example (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
aichbauer authored Oct 31, 2017
1 parent a846d0b commit 04155e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ Now create your template files. For example, a `package.json` file. Inside your

```json
{
name: "{{projectName}}",
version: "0.0.0",
description: "{{projectDesc}}"
"name": "{{projectName}}",
"version": "0.0.0",
"description": "{{projectDesc}}"
}
```

Expand Down

0 comments on commit 04155e2

Please sign in to comment.