diff --git a/Publishing-your-cog.md b/Publishing-your-cog.md index 97740d9..7a91e88 100644 --- a/Publishing-your-cog.md +++ b/Publishing-your-cog.md @@ -21,7 +21,7 @@ yourcog/data/moredata/text.json When the user installs your cog, the installer will take care of taking your data files and put them in /data/yourcog/, so you can expect them to be there once your cog gets installed. -Now it's time to make the info.json. This is what the installer uses to get informations about the cog and display them to user when requested (name, author, description...). +Now it's time to make the info.json. This is what the installer uses to get informations about the cog and display them to the user when requested (name, author, description...). [Download this script](https://gist.githubusercontent.com/Twentysix26/73a2a09238d6875b5cb7/raw/ab4d1e45e293730c358c3e441f502bb99e8f183d/info_maker.py) (CTRL + S). Run it and *follow the instructions*. Once you're done, if everything went smooth you should have an info.json. Put it into your cog's folder, next to the .py file.