From d998b9adafc44921e153978f5bfbb4dcdc461fff Mon Sep 17 00:00:00 2001 From: ThinLiquid Date: Tue, 18 Jul 2023 02:27:20 +0000 Subject: [PATCH] :memo: docs: remove config section --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 6adc42fe..0e891829 100644 --- a/README.md +++ b/README.md @@ -70,13 +70,6 @@ To get a local copy up and running follow these simple example steps. ```sh yarn install ``` -4. Enter your `salt` in `src/configs/login.json` - - ```jsonc - { - "salt": "anything-goes-here" - } - ```

(back to top)