diff --git a/cocalc/readme.md b/cocalc/readme.md index 903fac79..04095339 100644 --- a/cocalc/readme.md +++ b/cocalc/readme.md @@ -10,7 +10,7 @@ cocalc.Completion.create(prompt="How are you!", cookieInput="cookieinput") ## Tu ### How to grab cookie input ```js -# input this into ur developer tools console and the exact response u get from this u put into ur cookieInput! +// input this into ur developer tools console and the exact response u get from this u put into ur cookieInput! var cookies = document.cookie.split("; "); var cookieString = ""; for (var i = 0; i < cookies.length; i++) {