Skip to content

Commit ebaf948

Browse files
committed
docs(readme): cleanup
1 parent 46b8bd2 commit ebaf948

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,25 @@ Not good for:
3030

3131
## 🚀 Getting started
3232

33-
Install via yarn:
33+
yarn:
3434

3535
```bash
3636
yarn add sqids
3737
```
3838

39-
Or npm:
39+
[npm](https://www.npmjs.com/package/sqids):
4040

4141
```bash
4242
npm install sqids
4343
```
4444

45-
Or use [jsDelivr](https://www.jsdelivr.com/package/npm/sqids):
45+
[cdnjs](https://cdnjs.com/libraries/sqids):
46+
47+
```html
48+
<script src="https://cdnjs.cloudflare.com/ajax/libs/sqids/0.3.0/sqids.min.js"></script>
49+
```
50+
51+
[jsDelivr](https://www.jsdelivr.com/package/npm/sqids):
4652

4753
```html
4854
<script src="https://cdn.jsdelivr.net/npm/sqids/dist/sqids.min.js"></script>

0 commit comments

Comments
 (0)