Skip to content

Commit

Permalink
Revert ES6 module example that is incorrect
Browse files Browse the repository at this point in the history
See gh-423 for context.
  • Loading branch information
FagnerMartinsBrack committed Apr 24, 2018
1 parent 5be8133 commit d8b016b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Expand Up @@ -54,13 +54,7 @@ JavaScript Cookie supports [npm](https://www.npmjs.com/package/js-cookie) and [B

### Module Loaders

JavaScript Cookie can also be loaded as an AMD, CommonJS or [ES6](https://github.com/js-cookie/js-cookie/issues/233#issuecomment-233187386) module.

#### ES6

```javascript
import Cookies from 'js-cookie';
```
JavaScript Cookie can also be loaded as an AMD or CommonJS module.

## Basic Usage

Expand Down

0 comments on commit d8b016b

Please sign in to comment.