Skip to content

Commit

Permalink
docs(readme): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
4kimov committed Dec 21, 2024
1 parent 46b8bd2 commit ebaf948
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,25 @@ Not good for:

## 🚀 Getting started

Install via yarn:
yarn:

```bash
yarn add sqids
```

Or npm:
[npm](https://www.npmjs.com/package/sqids):

```bash
npm install sqids
```

Or use [jsDelivr](https://www.jsdelivr.com/package/npm/sqids):
[cdnjs](https://cdnjs.com/libraries/sqids):

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/sqids/0.3.0/sqids.min.js"></script>
```

[jsDelivr](https://www.jsdelivr.com/package/npm/sqids):

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

0 comments on commit ebaf948

Please sign in to comment.