From 606b89ac52034da5ce1952c3fdd27f821359d3f4 Mon Sep 17 00:00:00 2001 From: Artemy Date: Mon, 24 Apr 2023 15:26:14 +0300 Subject: [PATCH] doc: fix documentation --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 8937235..573417b 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,7 @@ npm install npm run build ``` -- Create a .env file in the root directory of the project with the following environment variables: - - - PORT: The port on which the server will listen. - - KEY: Secret key to encrypt notes on the server +- Look at .env.example and create your .env file - Start server