diff --git a/README.md b/README.md index 809803cd..35bec8b7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ npm install --save event-drops Note you don't need this step if you don't use any module bundler. -Since version 1.0, `event-drops` follows [semantic versionning](https://semver.org/). Hence, we recommend checking your `package.json` file and ensure that `event-drops` version is preceded by a carret: +Since version 1.0, `event-drops` follows [semantic versioning](https://semver.org/). Hence, we recommend checking your `package.json` file and ensure that `event-drops` version is preceded by a carret: ```js { @@ -44,7 +44,7 @@ Then, the code is similar to the one with module bundler (see next paragraph), e ### With a Module Bundler -If you use a module bundler, you can import EventDrops the following way: +If you use a module bundler, you can import EventDrops in the following way: ```js import * as d3 from 'd3/build/d3';