From e2fa8e3fd430b162109c1b7dc52d87c0a755a224 Mon Sep 17 00:00:00 2001 From: Twentysix Date: Sun, 6 Mar 2016 20:42:05 +0100 Subject: [PATCH] Updated Publishing your cog (markdown) --- Publishing-your-cog.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Publishing-your-cog.md b/Publishing-your-cog.md index 32c6a44..97740d9 100644 --- a/Publishing-your-cog.md +++ b/Publishing-your-cog.md @@ -14,10 +14,10 @@ Once you're sure that your cog meets the requirements, this is how you proceed: * No multiple *.py files in the root folder Example: -testcog/testcog.py -testcog/data/text.json -testcog/data/text2.json -testcog/data/moredata/text.json +yourcog/testcog.py +yourcog/data/text.json +yourcog/data/text2.json +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.