Skip to content

Commit

Permalink
docs: replace fuels version in getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Br1ght0ne committed Aug 22, 2023
1 parent 0971a18 commit 151a511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ cargo test -- --nocapture
Add these dependencies on your `Cargo.toml`:

```toml
fuels = "0.46"
fuels = "{{versions.fuels}}"
```

> **Note** We're using version `0.46` of the SDK, which is the latest version at the time of this writing.
> **Note** We're using version `{{versions.fuels}}` of the SDK, which is the latest version at the time of this writing.
And then, in your Rust file that's going to make use of the SDK:

Expand Down

0 comments on commit 151a511

Please sign in to comment.