aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-03-06 23:20:38 +0000
committerFuwn <[email protected]>2023-03-06 23:20:38 +0000
commit98fc3c1ea3c153c53aecb7ff6c9deb02890081d0 (patch)
tree46575ea717756efeb34fbdedf8518b232f5f820f /README.md
parentfeat: core features (diff)
downloadguitar-main.tar.xz
guitar-main.zip
docs(usage): update crates.io example versionHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4c893ed..c1f3977 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ To install from [crates.io](https://crates.io) you must have
# Cargo.toml
[dependencies]
-guitar = "0.1.0"
+guitar = "*" # or a specific version
```
## License