diff --git a/README.md b/README.md index 3dc1a91..4178753 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Follow these steps to install and set up the module: 1. Retrieve the module using `go get`: ``` - go get -u github.com/waku-org/waku-go-bindings + go get -u github.com/waku-org/sds-go-bindings ``` 2. Navigate to the module's directory: ``` diff --git a/go.mod b/go.mod index 07b99e5..9c1a6e2 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/waku-org/waku-go-bindings +module github.com/waku-org/sds-go-bindings go 1.22.10 diff --git a/sds/Makefile b/sds/Makefile index d03d7ec..edd1bf8 100644 --- a/sds/Makefile +++ b/sds/Makefile @@ -1,4 +1,4 @@ -# Makefile for Waku Go Bindings +# Makefile for SDS Go Bindings # Directories THIRD_PARTY_DIR := ../third_party