diff --git a/README.md b/README.md index 2db1ea5..45b5eff 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Install with `npm install js-quantities` or download latest release v1.7.6 as: const Qty = require('js-quantities'); // As ES module -import Qty from 'js-quantities/esm'; +import Qty from 'js-quantities'; ``` ### Browsers