From e4de4d8f9836aef8ada54dcb9b3662930ac37a60 Mon Sep 17 00:00:00 2001 From: "yongen.loong" Date: Tue, 30 Jul 2024 13:54:31 +0800 Subject: [PATCH] fix: cd command --- docs/quick-start/developers/vote-contract/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick-start/developers/vote-contract/index.md b/docs/quick-start/developers/vote-contract/index.md index b8e0ef0..febe6c4 100644 --- a/docs/quick-start/developers/vote-contract/index.md +++ b/docs/quick-start/developers/vote-contract/index.md @@ -672,7 +672,7 @@ git clone https://github.com/AElfProject/vote-contract-frontend.git - Next, navigate to the frontend project directory with this command: ```bash title="Terminal" -cd `vote-contract`-frontend +cd vote-contract-frontend ``` - Once you're in the `vote-contract-frontend` directory, open the project with your preferred IDE (e.g., VSCode). You should see the project structure as shown below.