diff --git a/waku-bindings/README.md b/waku-bindings/README.md index 7c06133..b7621ab 100644 --- a/waku-bindings/README.md +++ b/waku-bindings/README.md @@ -5,7 +5,7 @@ [docs.rs](https://docs.rs/waku-rust-bindings) [build status](https://github.com/waku-org/waku-rust-bindings/actions?query=branch%3Amaster) -Rust layer on top of [`go-waku`](https://github.com/status-im/go-waku) [c ffi bindings](https://github.com/status-im/go-waku/blob/v0.2.2/library/README.md). +Rust api on top of [`waku-sys`](https://crates.io/crates/waku-sys) bindgen bindings to [c ffi bindings](https://github.com/status-im/go-waku/blob/v0.2.2/library/README.md). ## About [Waku](https://waku.org/) diff --git a/waku-sys/README.md b/waku-sys/README.md index 0586dbf..a33fed3 100644 --- a/waku-sys/README.md +++ b/waku-sys/README.md @@ -1,4 +1,4 @@ -# Waku autogenerated rust bindings +# Waku rust bindgen bindings [github](https://github.com/waku-org/waku-rust-bindings) [crates.io](https://crates.io/crates/waku-rust-bindings)