Skip to content

Commit

Permalink
docs(readme): fix example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Marton committed Jul 29, 2015
1 parent 0ec8290 commit 2015908
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ Check out the [/example](https://github.com/RisingStack/graffiti-mongoose/tree/m
```javascript
// ES6 imports
import mongoose from 'mongoose';
import {graphql} from 'graphql';
import {getSchema} from '@risingstack/graffit-mongoose';
import {getSchema, graphql} from '@risingstack/graffit-mongoose';

// usual mongoose stuff
var UserSchema = new mongoose.Schema({
Expand Down

0 comments on commit 2015908

Please sign in to comment.