diff --git a/README.md b/README.md index a87fad3e..a3caea39 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # go-waku -A Go implementation of the [Waku v2 protocol](https://specs.vac.dev/specs/waku/v2/waku-v2). +A Go implementation of the [Waku v2 protocol](https://rfc.vac.dev/spec/10). +
@@ -79,12 +80,12 @@ make mobile-ios
## Examples
Examples of usage of go-waku as a library can be found in the `examples/` folder:
-- [**basic2**](tree/master/examples/basic2) - demonstrates how to send and receive messages
-- [**chat2**](tree/master/examples/chat2) - simple chat client using waku relay / lightpush + filter / store protocol to send/receive messages and retrieve message history
-- [**filter2**](tree/master/examples/filter2) - demonstrates how to use filter protocol
-- [**c-bindings**](tree/master/examples/c-bindings) - simple program to demonstrate how to consume the go-waku library via C FFI
-- [**waku-csharp**](tree/master/examples/csharp) - C# console application that uses the go-waku library via FFI
-- [**android-kotlin**](tree/master/examples/android-kotlin) - android app that uses a .jar generated by gomobile using kotlin
+- [**basic2**](examples/basic2) - demonstrates how to send and receive messages
+- [**chat2**](examples/chat2) - simple chat client using waku relay / lightpush + filter / store protocol to send/receive messages and retrieve message history
+- [**filter2**](examples/filter2) - demonstrates how to use filter protocol
+- [**c-bindings**](examples/c-bindings) - simple program to demonstrate how to consume the go-waku library via C FFI
+- [**waku-csharp**](examples/waku-csharp) - C# console application that uses the go-waku library via FFI
+- [**android-kotlin**](examples/android-kotlin) - android app that uses a .jar generated by gomobile using kotlin
## Contribution