From e96a4be5ea8f74c5667eee5f0badc471bb4ceb86 Mon Sep 17 00:00:00 2001 From: Revone Date: Tue, 10 Oct 2023 22:18:39 +0800 Subject: [PATCH] [readme] Move all the badges to the top --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3f70858..4659b7e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,5 @@ # Data Structure Typed -Data Structures of Javascript & TypeScript. - -Do you envy C++ with [std](), Python with [collections](), and Java with [java.util]() ? Well, no need to envy anymore! JavaScript and TypeScript now have [data-structure-typed](). - -Now you can use this library in Node.js and browser environments in CommonJS(require export.modules = ), ESModule(import export), Typescript(import export), UMD(var Queue = dataStructureTyped.Queue) - ![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/dw/data-structure-typed) @@ -15,6 +9,12 @@ Now you can use this library in Node.js and browser environments in CommonJS(req ![npm](https://img.shields.io/npm/v/data-structure-typed) +Data Structures of Javascript & TypeScript. + +Do you envy C++ with [std](), Python with [collections](), and Java with [java.util]() ? Well, no need to envy anymore! JavaScript and TypeScript now have [data-structure-typed](). + +Now you can use this library in Node.js and browser environments in CommonJS(require export.modules = ), ESModule(import export), Typescript(import export), UMD(var Queue = dataStructureTyped.Queue) + [//]: # (![Branches](https://img.shields.io/badge/branches-55.47%25-red.svg?style=flat))