aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/modding/getting-started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modding/getting-started.md b/docs/modding/getting-started.md
index a6981aa..7c81961 100644
--- a/docs/modding/getting-started.md
+++ b/docs/modding/getting-started.md
@@ -28,7 +28,7 @@ Provided is a template `mod.json`, for a detailed list of values read [Cheatshee
```json
{
- "Name": "My.Mod",
+ "Name": "Yourname.Modname",
"Description": "Woo yeah wooo!",
"LoadPriority": 0,