Skip to content

Commit

Permalink
docs(readme): add ES6 explanation to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Marton committed Jul 31, 2015
1 parent 4b56823 commit ceb9aa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ 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.

**usual mongoose model(s):**
```javascript
import mongoose from 'mongoose';
Expand Down

0 comments on commit ceb9aa8

Please sign in to comment.