Skip to content

Commit

Permalink
docs(README): update ES module hint
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku authored Jul 30, 2018
1 parent 5d71692 commit d5c497c
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
@@ -1,4 +1,4 @@
> As of version `1.0.0` this library exposes ES modules. Use an ES module aware transpiler such as Webpack, Rollup or Browserify + babelify to bundle it for the browser.
> As of version `1.0.0` this library exposes [ES modules](http://exploringjs.com/es6/ch_modules.html#sec_basics-of-es6-modules). Use an ES module aware bundler such as [Webpack](https://webpack.js.org) or [Rollup](https://rollupjs.org) to bundle it for the browser.
# diagram-js

Expand Down Expand Up @@ -57,4 +57,4 @@ __Note:__ We do not generate any build artifacts. Required parts of the library

## License

MIT
MIT

0 comments on commit d5c497c

Please sign in to comment.