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" - } - ```