Skip to content

Commit 6d3541a

Browse files
committed
update readme
1 parent 3334958 commit 6d3541a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ freegpt is a powerful javascript library you can use to get ChatGPT on your webs
3232

3333
Load `https://cdn.jsdelivr.net/gh/ashishagarwal2023/[email protected]/src/freegpt.min.js` as a script in your `<head>` and call it after its loaded.
3434

35+
```html
36+
<script src="https://cdn.jsdelivr.net/gh/ashishagarwal2023/[email protected]/src/freegpt.min.js"></script>
37+
```
38+
3539
> Remove .min from the src to recieve a pure version, which is not optimizer for production.
3640
3741
## 💻 Usage

0 commit comments

Comments
 (0)