Skip to content

Commit

Permalink
Unexpected brackets in example (#336)
Browse files Browse the repository at this point in the history
remove "{ }"
  • Loading branch information
manhhailua authored and mickhansen committed Oct 7, 2016
1 parent 2b6135e commit 6f30aee
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,9 +392,7 @@ Should be used with fields of type `GraphQLList`.
```js
import {defaultListArgs} from 'graphql-sequelize'

args: {
_.assign(defaultListArgs(), {
// ... additional args
})
}
args: _.assign(defaultListArgs(), {
// ... additional args
})
```

0 comments on commit 6f30aee

Please sign in to comment.