Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark committed Mar 12, 2024
1 parent 3334958 commit 6d3541a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ freegpt is a powerful javascript library you can use to get ChatGPT on your webs

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.

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

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

0 comments on commit 6d3541a

Please sign in to comment.