mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2025-04-07 18:14:05 +00:00
docs: README.md modified
This commit is contained in:
parent
a1cfac93da
commit
cffe084c2b
14
README.md
14
README.md
|
@ -1,13 +1,13 @@
|
|||
# Data Structure Typed
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
[//]: # ()
|
||||
|
||||
Data Structures of Javascript & TypeScript.
|
||||
|
||||
|
@ -30,7 +30,7 @@ Now you can use this library in Node.js and browser environments in CommonJS(req
|
|||
### npm
|
||||
|
||||
```bash
|
||||
npm i data-structure-typed --save
|
||||
npm i data-structure-typed
|
||||
```
|
||||
|
||||
### yarn
|
||||
|
|
Loading…
Reference in a new issue