diff --git a/docs/src/getting-started.md b/docs/src/getting-started.md index 02529d1e19..d31ca6ccf1 100644 --- a/docs/src/getting-started.md +++ b/docs/src/getting-started.md @@ -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: