Skip to content

Commit

Permalink
Merge pull request #225 from gabrielgrant/patch-1
Browse files Browse the repository at this point in the history
Fix fastbootDependencies example to be valid JSON
  • Loading branch information
danmcclain committed Jul 9, 2016
2 parents 749f199 + 8313c55 commit a0df7d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ To allow your app to require a package, add it to the
// ...
},
"fastbootDependencies": [
'rsvp',
'path'
"rsvp",
"path"
]
}
```
Expand Down

0 comments on commit a0df7d6

Please sign in to comment.