diff --git a/README.md b/README.md index e68af90..15dbcee 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,11 @@ Memoization is best technique to save on memory or CPU cycles when we deal with In your project path — **note the two `e`'s in `memoizee`:** - $ npm install memoizee +```shell +$ npm install memoizee +# or with yarn +$ yarn add memoizee +``` _`memoize` name was already taken, therefore project is published as `memoizee` on NPM._