Skip to content

Commit 17d17db

Browse files
committed
fix command on the README file
1 parent 1731c98 commit 17d17db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ export LOCALSTACK_AUTH_TOKEN="your-pro-token"
5353

5454
# 2. Start LocalStack Pro using the token from the environment
5555
dagger -m github.com/localstack/localstack-dagger-module \
56-
--auth-token=env:LOCALSTACK_AUTH_TOKEN \
57-
call start up
56+
call start --auth-token=env:LOCALSTACK_AUTH_TOKEN \
57+
up
5858
```
5959

6060
If the token is invalid or missing when Pro usage is implied, LocalStack might behave unexpectedly or functionality might be limited.

0 commit comments

Comments
 (0)