summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index a544ef5..6af18be 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Rust library for connecting to the IPFS HTTP API using tokio.
```toml
[dependencies]
-ipfs-api = "0.4.0-alpha"
+ipfs-api = "0.4.0-alpha.1"
```
### Examples
@@ -52,6 +52,7 @@ let mut out = out.lock();
out.write_all(&res).unwrap();
```
+
There are also a bunch of examples included in the project, which
I used for testing