Skip to content

Commit

Permalink
A versioning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devashish2024 committed Mar 12, 2024
1 parent 6d3541a commit 3286c22
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 @@ -30,10 +30,10 @@ freegpt is a powerful javascript library you can use to get ChatGPT on your webs

</div>

Load `https://cdn.jsdelivr.net/gh/ashishagarwal2023/freegptjs@1.0.1/src/freegpt.min.js` as a script in your `<head>` and call it after its loaded.
Load `https://cdn.jsdelivr.net/gh/ashishagarwal2023/freegptjs/src/freegpt.min.js` as a script in your `<head>` and call it after its loaded.

```html
<script src="https://cdn.jsdelivr.net/gh/ashishagarwal2023/freegptjs@1.0.1/src/freegpt.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/ashishagarwal2023/freegptjs/src/freegpt.min.js"></script>
```

> Remove .min from the src to recieve a pure version, which is not optimizer for production.
Expand Down

0 comments on commit 3286c22

Please sign in to comment.