Skip to content

Commit

Permalink
docs(readme): fix typo in REAME
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelyke authored and Peter Marton committed Jul 27, 2015
1 parent 05b2abc commit e6b31a6
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 @@ -18,7 +18,7 @@ var graffitiMongoose = require('@risingstack/graffiti-mongoose');
var app = express();
app.use(graffiti.express({
prefix: '/graphql',
adapter: graffitiMongoose',
adapter: graffitiMongoose,
models: []
}));

Expand Down Expand Up @@ -66,7 +66,7 @@ var graffitiMongoose = require('@risingstack/graffiti-mongoose');
var app = express();
app.use(graffiti.koa({
prefix: '/graphql',
adapter: graffitiMongoose',
adapter: graffitiMongoose,
models: []
}));

Expand Down

0 comments on commit e6b31a6

Please sign in to comment.