From cffe084c2b0968cdd9cd73fab896486870cc5287 Mon Sep 17 00:00:00 2001 From: Revone Date: Fri, 10 Nov 2023 23:50:57 +0800 Subject: [PATCH] docs: README.md modified --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6ea2f89..6947dea 100644 --- a/README.md +++ b/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