aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnknown2018-04-07 21:38:09 +0100
committerUnknown2018-04-07 21:38:09 +0100
commit95f119670d8a0e50c4d4f10dd59d1f73b7842df2 (patch)
tree97dc2baf3465a4fd35ad264d0f1c2cb86dc8a1bd
parentb6fc6599a465d8d2a27eeb43a7e6b8e5ad9fb496 (diff)
asdf
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4d4c35f..ff88330 100644
--- a/README.md
+++ b/README.md
@@ -13,13 +13,13 @@ If it isn't on, your users will be unable to download packages!
Secondly you need to create a repo.json in the folder where you want your repository to be in.
In it, there should be 4 keys.
- `name` This is your repo's name.
-- `msg` This is your repo's message to all visitors.
+- `msg` This is your repo's message to all users. You can set it to anything you want!
- `packages` This is an array containing all the names of packages.
Here's an example:
```json
{
"name": "Example of a repo.json",
- "motd": "This is an example repo.json",
+ "msg": "This is an example repo.json",
"packages": [
"examplepkg1",
"examplepkg2",