From 95f119670d8a0e50c4d4f10dd59d1f73b7842df2 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 7 Apr 2018 21:38:09 +0100 Subject: asdf --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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", -- cgit v1.2.3