Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
josnin authored Feb 9, 2023
1 parent 35cf4f4 commit 1058a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@

```js
// latest
import { Redgin } from 'https://cdn.jsdelivr.net/gh/josnin/redgin@latest/dist/redgin.min.js'
import { Redgin } from 'https://cdn.jsdelivr.net/npm/redgin@latest/dist/redgin.min.js'

// or specific version
import { RedGin } from 'https://cdn.jsdelivr.net/gh/josnin/redgin@v0.1.16/dist/redgin.min.js'
import { RedGin } from 'https://cdn.jsdelivr.net/npm/redgin@0.1.16/dist/redgin.min.js'
```

### Or Install using NPM
Expand Down

0 comments on commit 1058a9e

Please sign in to comment.