From 683d970d84a1a5583f3fad643be727652deefd1d Mon Sep 17 00:00:00 2001 From: Gabriel mermelstein Date: Thu, 13 Mar 2025 15:22:20 +0200 Subject: [PATCH] chore: improving wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcfae5a..8759e0c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Now the module is ready for use in your project. ### Note -In order to easily build the libwaku library on demand, it is recommended to add the following target to your project: +In order to easily build the libwaku library on demand, it is recommended to add the following target in your project's Makefile: ``` LIBWAKU_DEP_PATH=$(shell go list -m -f '{{.Dir}}' github.com/waku-org/waku-go-bindings)