Skip to content

Commit 813f717

Browse files
committed
docs: update badges
- remove old `nodei.co` badge - doesn't always load and isn't very useful anymore - removing it from all of my NPM projects - simplify typings badge to use a relative link - no need to specify branch name or full repo name - also change Installation to a codeblock instead of just backticks - easier to read as a block and easier to copy (full horizontal length) - and more consistent too
1 parent def64c8 commit 813f717

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
[![dm](https://img.shields.io/npm/dm/mst-persist.svg)](https://npmjs.org/package/mst-persist)
1111
[![dw](https://img.shields.io/npm/dw/mst-persist.svg)](https://npmjs.org/package/mst-persist)
1212
<br><!-- status / activity -->
13-
[![typings](https://img.shields.io/npm/types/mst-persist.svg)](https://github.com/agilgur5/mst-persist/blob/master/src/index.ts)
13+
[![typings](https://img.shields.io/npm/types/mst-persist.svg)](src/index.ts)
1414
[![build status](https://img.shields.io/github/actions/workflow/status/agilgur5/mst-persist/ci.yml?branch=main)](https://github.com/agilgur5/mst-persist/actions/workflows/ci.yml?query=branch%3Amain)
1515
[![code coverage](https://img.shields.io/codecov/c/gh/agilgur5/mst-persist/master.svg)](https://codecov.io/gh/agilgur5/mst-persist)
16-
<br>
17-
[![NPM](https://nodei.co/npm/mst-persist.png?downloads=true&downloadRank=true&stars=true)](https://npmjs.org/package/mst-persist)
1816

1917
Persist and hydrate [MobX-state-tree](https://github.com/mobxjs/mobx-state-tree) stores.
2018

2119
## Installation
2220

23-
`npm i -S mst-persist`
21+
```sh
22+
npm i -S mst-persist
23+
```
2424

2525
## Usage
2626

0 commit comments

Comments
 (0)