From e908b23db835eb0c9ddf4f29bfebce58269faa34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Mon, 23 Dec 2019 15:21:35 -0300 Subject: [PATCH] Minor fix on line 20 * plus minor proposal on line 47 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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';