Skip to content

Commit fb002df

Browse files
committed
Rebuilt readme with tldw
1 parent 09aa686 commit fb002df

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

readme.md

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# readable-ms
22

33

4-
<a href="https://raw.githubusercontent.com/jaid/readable-ms/master/license.txt"><img src="https://img.shields.io/github/license/jaid/readable-ms?style=flat-square" alt="License"/></a> <a href="https://github.com/sponsors/jaid"><img src="https://img.shields.io/badge/<3-Sponsor-FF45F1?style=flat-square" alt="Sponsor readable-ms"/></a>
4+
<a href="https://raw.githubusercontent.com/jaid/readable-ms/master/license.txt"><img src="https://img.shields.io/github/license/jaid/readable-ms?style=flat-square" alt="License"/></a> <a href="https://github.com/sponsors/jaid"><img src="https://img.shields.io/badge/<3-Sponsor-FF45F1?style=flat-square" alt="Sponsor readable-ms"/></a>
55
<a href="https://actions-badge.atrox.dev/jaid/readable-ms/goto"><img src="https://img.shields.io/endpoint.svg?style=flat-square&url=https%3A%2F%2Factions-badge.atrox.dev%2Fjaid%2Freadable-ms%2Fbadge" alt="Build status"/></a> <a href="https://github.com/jaid/readable-ms/commits"><img src="https://img.shields.io/github/commits-since/jaid/readable-ms/v2.0.1?style=flat-square&logo=github" alt="Commits since v2.0.1"/></a> <a href="https://github.com/jaid/readable-ms/commits"><img src="https://img.shields.io/github/last-commit/jaid/readable-ms?style=flat-square&logo=github" alt="Last commit"/></a> <a href="https://github.com/jaid/readable-ms/issues"><img src="https://img.shields.io/github/issues/jaid/readable-ms?style=flat-square&logo=github" alt="Issues"/></a>
66
<a href="https://npmjs.com/package/readable-ms"><img src="https://img.shields.io/npm/v/readable-ms?style=flat-square&logo=npm&label=latest%20version" alt="Latest version on npm"/></a> <a href="https://github.com/jaid/readable-ms/network/dependents"><img src="https://img.shields.io/librariesio/dependents/npm/readable-ms?style=flat-square&logo=npm" alt="Dependents"/></a> <a href="https://npmjs.com/package/readable-ms"><img src="https://img.shields.io/npm/dm/readable-ms?style=flat-square&logo=npm" alt="Downloads"/></a>
77

@@ -11,28 +11,25 @@
1111

1212

1313

14-
15-
16-
17-
18-
19-
20-
21-
22-
23-
2414
## Installation
15+
2516
<a href="https://npmjs.com/package/readable-ms"><img src="https://img.shields.io/badge/npm-readable--ms-C23039?style=flat-square&logo=npm" alt="readable-ms on npm"/></a>
17+
2618
```bash
2719
npm install --save readable-ms@^2.0.1
2820
```
21+
2922
<a href="https://yarnpkg.com/package/readable-ms"><img src="https://img.shields.io/badge/Yarn-readable--ms-2F8CB7?style=flat-square&logo=yarn&logoColor=white" alt="readable-ms on Yarn"/></a>
23+
3024
```bash
3125
yarn add readable-ms@^2.0.1
3226
```
33-
<a href="https://jsdelivr.com/package/npm/readable-ms/"><img src="https://img.shields.io/badge/jsDelivr-readable--ms-orange?style=flat-square&logo=html5&logoColor=white" alt="readable-ms on jsDelivr"/></a> <a href="https://unpkg.com/browse/readable-ms/"><img src="https://img.shields.io/badge/UNPKG-readable--ms-orange?style=flat-square&logo=html5&logoColor=white" alt="readable-ms on UNPKG"/></a>
34-
```html
35-
<script src="https://cdn.jsdelivr.net/npm/readable-ms@2.0.1/index.js"/>
27+
28+
<a href="https://github.com/jaid/readable-ms/packages"><img src="https://img.shields.io/badge/GitHub Packages-@jaid/readable--ms-24282e?style=flat-square&logo=github" alt="@jaid/readable-ms on GitHub Packages"/></a>
29+
(if [configured properly](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-npm-for-use-with-github-packages))
30+
31+
```bash
32+
npm install --save @jaid/readable-ms@^2.0.1
3633
```
3734

3835

@@ -41,6 +38,16 @@ yarn add readable-ms@^2.0.1
4138

4239

4340

41+
42+
43+
44+
45+
46+
47+
48+
49+
50+
4451
## Development
4552

4653

0 commit comments

Comments
 (0)