From e8b76897401a1c5cb2b9e9f4c4d0541139e35af6 Mon Sep 17 00:00:00 2001 From: Nikolay Bryskin Date: Tue, 3 Jan 2023 16:24:31 +0200 Subject: [PATCH] chore: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 890a76c9..b42e70a0 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Build === To build release version of extension ``` -cd extension/src +cd extensions/src pnpm install pnpm build ```