From 509164bf41e115da8ac5ea2ed0f2e8845428ea0b Mon Sep 17 00:00:00 2001 From: Angel Legaspi Date: Sat, 16 Oct 2021 14:51:40 -0600 Subject: [PATCH] added syntax in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 243c1ee..9bab0ef 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This Cookie Clicker mod will allow you to share your game stats with everyone on ## Installation (Browser) Copy this code and save it as a bookmark. -``` +```javascript javascript: (function () { Game.LoadMod('https://angelolz.dev/mods/ccrpc/main.js'); }()); ```