Skip to content

Commit 9f8706d

Browse files
committed
chore: update README.md
1 parent 78bcc58 commit 9f8706d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@
1111

1212
<div align="center">
1313
<a href="https://www.npmjs.com/package/ts-bookshelf">
14-
<img alt="npm (tag)" src="https://img.shields.io/npm/v/ts-bookshelf/next?style=flat-square">
14+
<img alt="npm (tag)" src="https://img.shields.io/npm/v/ts-bookshelf?style=flat-square">
1515
</a>
1616
<a href="https://github.com/hyper-level-nerds/ts-bookshelf/blob/main/LICENSE">
1717
<img src="https://img.shields.io/github/license/hyper-level-nerds/ts-bookshelf.svg?style=flat-square" alt="MIT License" />
1818
</a>
1919
<a href="https://app.codecov.io/gh/hyper-level-nerds/ts-bookshelf">
20-
<img alt="Codecov branch" src="https://img.shields.io/codecov/c/github/hyper-level-nerds/ts-bookshelf/next?style=flat-square&token=S2GKAU1OZ1"> </a>
20+
<img alt="Codecov branch" src="https://img.shields.io/codecov/c/github/hyper-level-nerds/ts-bookshelf/main?style=flat-square&token=S2GKAU1OZ1">
21+
</a>
2122
<br />
2223
<sup>generate markdown-based documentation from typescript types</sup>
2324
<br />
@@ -31,11 +32,11 @@
3132
## Installation
3233

3334
```bash
34-
$ npm install ts-bookshelf@next
35+
$ npm install ts-bookshelf
3536

3637
# or
3738

38-
$ yarn add ts-bookshelf@next
39+
$ yarn add ts-bookshelf
3940
```
4041

4142
and you should install and import `reflect-metadata` and configure related things in your project:

0 commit comments

Comments
 (0)