From f3283c558165aa0a2a1f1c486d62da56efd915d6 Mon Sep 17 00:00:00 2001 From: TerWebz Date: Sun, 10 May 2020 10:18:36 +0000 Subject: [PATCH] Changed "config.js" to "config.json" It's called config.json in the files, not config.js so edit the readme.md to reflect this. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eacdd11..f89f5a3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # What is this? This is the Pretendo Network Miiverse API Server, which replaces the former Nintendo Network Miiverse API Server *.olv.nintendo.net # Install and usage -First install [NodeJS](https://nodejs.org) and [MongoDB](https://mongodb.com). Download/clone this repo and run `npm i` to install all dependencies. Edit `src/config.js` to your liking. Run the server via `npm run start`. +First install [NodeJS](https://nodejs.org) and [MongoDB](https://mongodb.com). Download/clone this repo and run `npm i` to install all dependencies. Edit `src/config.json` to your liking. Run the server via `npm run start`. # To-Do - [x] Discovery Server - [x] Posts Server