From b4f68a640c33b16d2dd9b04ceac9bf809cd802be Mon Sep 17 00:00:00 2001 From: gabrielmer <101006718+gabrielmer@users.noreply.github.com> Date: Wed, 26 Mar 2025 16:29:51 +0200 Subject: [PATCH] chore: adding link to example-go-bindings repo in readme (#54) --- 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