From 33940e54955de8ec388089a8bd8fc6d83b6c24b5 Mon Sep 17 00:00:00 2001 From: Nikita Melnikov Date: Tue, 12 Apr 2022 05:36:40 +0400 Subject: [PATCH] doc update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c44ebf8..8c51686 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ yarn test To manage pages you need to authorize (available on `/auth`). -To generate password use `yarn generatePassword [password]` command. +To set password use `yarn generatePassword:ts [password]` command and restart the server. ## Release process