Skip to content

Commit

Permalink
docs(readme): improve usage section
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Marton committed Jul 31, 2015
1 parent a287183 commit 0486ce7
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 @@ -16,7 +16,7 @@ Check out the [/example](https://github.com/RisingStack/graffiti-mongoose/tree/m

## Usage

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

**usual mongoose model(s):**
```javascript
Expand Down

0 comments on commit 0486ce7

Please sign in to comment.