From ec00bc6a637adbac68074b4c118e6495df1e2314 Mon Sep 17 00:00:00 2001 From: Gabriel mermelstein Date: Tue, 25 Mar 2025 02:12:06 +0200 Subject: [PATCH] chore: adding link to example-go-bindings repo in readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8759e0c..206f5b7 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,7 @@ buildlib: sudo chown $(USER) third_party &&\ make -C waku ``` + +## Example Usage + +For an example on how to use this package, please take a look at our [example-go-bindings](https://github.com/gabrielmer/example-waku-go-bindings) repo