Skip to content

Commit

Permalink
docs: Improve clarity (#736)
Browse files Browse the repository at this point in the history
Use the same syntax for both examples
  • Loading branch information
RosieBaish committed Jul 7, 2022
1 parent cbd790e commit 76824f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/content/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ By default, Tera comes with some additional dependencies required for the `trunc
well as for the `now` function. You can disable them by setting the following in your `Cargo.toml`:

```toml
[dependencies.tera]
version = "1"
default-features = false
tera = { version = "1", default-features = false }
```


Expand Down

0 comments on commit 76824f6

Please sign in to comment.