Skip to content

Commit

Permalink
fix: cd command
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jul 30, 2024
1 parent ffba42f commit e4de4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-start/developers/vote-contract/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e4de4d8

Please sign in to comment.