From 5d8d878c90cb40c75d5961b3bc55b6dd79b0ffc0 Mon Sep 17 00:00:00 2001 From: RealFascinated <67254223+RealFascinated@users.noreply.github.com> Date: Fri, 22 Apr 2022 13:55:40 +0100 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 27f920f..77051f2 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,10 @@ # ScoreSaber-Leaderboard-Feed Simple leaderboard feed for score saber that sends #1 to the webhook -# Config -```json -{ - "webhook": "", # The Discord Webhook - "countryOnly": "" # Allow only this countrys or scores in the feed, can also be "ALL" to allow every country. -} -``` - # Setup +Rename the config example to `config.json`
+Setup your config values
+Load the node project
```bash npm i # or @@ -20,3 +15,11 @@ yarn ```bash node . ``` + +# Default Config +```json +{ + "webhook": "", # The Discord Webhook + "countryOnly": "" # Allow only this countrys or scores in the feed, can also be "ALL" to allow every country. +} +```