Skip to content

Updated incorrect output and script in the Local Development site #1300

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/build/getting-started/flow-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Fee Events (hidden, use --include fee-events)
Run the script to check the counter again. You'll see that it has incremented:

```zsh
Result: 0
Result: 1
```

:::tip
Expand Down Expand Up @@ -339,6 +339,7 @@ transaction {
Try out your new transaction with:

```zsh
flow transactions send cadence/transactions/IncrementBy1000.cdc --signer test-account

```

Expand Down