diff --git a/README.md b/README.md index 0d57d87..9ae3f2a 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,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 `` and call it after its loaded. +Load `https://cdn.jsdelivr.net/gh/ashishagarwal2023/freegptjs/src/freegpt.min.js` as a script in your `` and call it after its loaded. ```html - + ``` > Remove .min from the src to recieve a pure version, which is not optimizer for production.