Skip to content

Commit

Permalink
docs(readme): update example queries link
Browse files Browse the repository at this point in the history
  • Loading branch information
tothandras committed Oct 24, 2015
1 parent 47e01fe commit 9d5d284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ npm start # run the example application and open your browser: http://localhost:

This adapter is written in `ES6` and `ES7` with [Babel](https://babeljs.io) but it's published as transpiled `ES5` JavaScript code to `npm`, which means you don't need `ES7` support in your application to run it.

__Example queries can be found in the [example folder](https://github.com/RisingStack/graffiti-mongoose/blob/master/example/queries.md).__
__Example queries can be found in the [example folder](https://github.com/RisingStack/graffiti-mongoose/tree/master/example#example-queries).__

##### usual mongoose model(s)
```javascript
Expand Down

0 comments on commit 9d5d284

Please sign in to comment.