Skip to content

Commit 70a4db0

Browse files
authored
fix(guide): incorrect path to test the cli (#583)
1 parent dc99ebe commit 70a4db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cd packages/cli
2424
pnpm run dev
2525

2626
# in terminal window 2 - test the CLI
27-
cd package
27+
cd packages/cli
2828
pnpm lingo.dev --help # this command will use the current cli code + demo config from ./package/i18n.json
2929
```
3030

0 commit comments

Comments
 (0)