Skip to content

Commit 6537e37

Browse files
fix: correct directory name in quickstart documentation
1 parent 346faf2 commit 6537e37

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/en/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Follow the steps below to get Crewing! 🚣‍♂️
2727
<Step title="Navigate to your new crew project">
2828
<CodeGroup>
2929
```shell Terminal
30-
cd latest-ai-development
30+
cd latest_ai_development
3131
```
3232
</CodeGroup>
3333
</Step>

docs/ko/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ mode: "wide"
2727
<Step title="새로운 crew 프로젝트로 이동하기">
2828
<CodeGroup>
2929
```shell Terminal
30-
cd latest-ai-development
30+
cd latest_ai_development
3131
```
3232
</CodeGroup>
3333
</Step>

docs/pt-BR/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Siga os passos abaixo para começar a tripular! 🚣‍♂️
2727
<Step title="Navegue até o novo projeto da sua tripulação">
2828
<CodeGroup>
2929
```shell Terminal
30-
cd latest-ai-development
30+
cd latest_ai_development
3131
```
3232
</CodeGroup>
3333
</Step>

0 commit comments

Comments
 (0)