mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2024-11-23 12:54:04 +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
|
||||
|
||||
![NPM](https://img.shields.io/npm/l/data-structure-typed)
|
||||
![GitHub top language](https://img.shields.io/github/languages/top/zrwusa/data-structure-typed)
|
||||
![npm](https://img.shields.io/npm/dm/data-structure-typed)
|
||||
![eslint](https://aleen42.github.io/badges/src/eslint.svg)
|
||||
![npm package minimized gzipped size (select exports)](https://img.shields.io/bundlejs/size/data-structure-typed)
|
||||
![npm bundle size](https://img.shields.io/bundlephobia/min/data-structure-typed)
|
||||
![npm](https://img.shields.io/npm/v/data-structure-typed)
|
||||
![npm](https://img.shields.io/npm/dm/data-structure-typed)
|
||||
![npm package minimized gzipped size (select exports)](https://img.shields.io/bundlejs/size/data-structure-typed)
|
||||
![GitHub top language](https://img.shields.io/github/languages/top/zrwusa/data-structure-typed)
|
||||
![eslint](https://aleen42.github.io/badges/src/eslint.svg)
|
||||
![NPM](https://img.shields.io/npm/l/data-structure-typed)
|
||||
|
||||
[//]: # (![npm bundle size](https://img.shields.io/bundlephobia/min/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