Skip to content

Commit

Permalink
Merge pull request #61 from Gerhut/patch-1
Browse files Browse the repository at this point in the history
Add missing comma in README
  • Loading branch information
phated committed Dec 26, 2015
2 parents c861f79 + c5c2f65 commit 0b704ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo-a/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Default: `{".js":null,".json":null}`
In this example Liftoff will look for `myappfile{.js,.json,.coffee}`. If a config with the extension `.coffee` is found, Liftoff will try to require `coffee-script/require` from the current working directory.
```js
const MyApp = new Liftoff({
name: 'myapp'
name: 'myapp',
extensions: {
'.js': null,
'.json': null,
Expand Down

0 comments on commit 0b704ac

Please sign in to comment.