1
0
mirror of https://github.com/garraflavatra/alphabets.git synced 2025-01-18 05:07:58 +00:00

Fix typo in readme

This commit is contained in:
Romein van Buren 2021-07-15 11:15:58 +02:00
parent bd4ed56292
commit 5048a7b41d
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ yarn add alphabets
CDN, if that's more your style:
```html
<script src="https://unpkg.com/alphabet@1/dist/bundle.js"></script>
<script src="https://unpkg.com/alphabets@1/dist/bundle.js"></script>
```
## Usage

View File

@ -17,5 +17,5 @@ yarn add alphabets
## CDN
```html
<script src="https://unpkg.com/alphabet@1/dist/bundle.js"></script>
<script src="https://unpkg.com/alphabets@1/dist/bundle.js"></script>
```