diff --git a/README.md b/README.md index f3169e6..d640581 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Since this library is a ES2018 port of LINQ from .NET, please refer to [System.L ### Start using LINQ ```javascript -import { from } from "es-linq"; +import { from } from "es2018-linq"; console.log( from([-1, 0, 1, 2]) diff --git a/package.json b/package.json index 5db23db..a1a64a1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "es-linq", + "name": "es2018-linq", "version": "1.0.0", - "description": "LINQ for ES2018+", + "description": "LINQ for ES2018", "author": "Martin Chloride ", "keywords": [ "LINQ",