mirror of
https://github.com/BreizhHardware/memoizee.git
synced 2026-03-18 21:40:27 +01:00
docs: Add yarn command for installation (#130)
This commit is contained in:
@@ -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._
|
||||
|
||||
|
||||
Reference in New Issue
Block a user