From 98b36380b51d4d878328110023d2e8118aace900 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sat, 1 Feb 2020 17:46:55 -0500 Subject: [PATCH] Update readme to new config name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fcbfe7a..cc70e1e0 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ You can read the API docs [here](https://github.com/ajayyy/SponsorBlockServer#ap # Build Yourself -You can load this project as an unpacked extension. Make sure to rename the `config.js.example` file to `config.js` before installing. +You can load this project as an unpacked extension. Make sure to rename the `config.json.example` file to `config.json` before installing. There are also other build scripts available. Install `npm`, then run `npm install` in the repository.