diff --git a/packages/demo-protobuf/README.md b/packages/demo-protobuf/README.md index dd72f354..4e07407e 100644 --- a/packages/demo-protobuf/README.md +++ b/packages/demo-protobuf/README.md @@ -1,4 +1,4 @@ -# @cosmjs/protobuf-demo +# @cosmjs/demo-protobuf Demo package for protobufs with Cosmos SDK. diff --git a/packages/demo-protobuf/package.json b/packages/demo-protobuf/package.json index 2484419b..42866e31 100644 --- a/packages/demo-protobuf/package.json +++ b/packages/demo-protobuf/package.json @@ -16,7 +16,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/sdk38" + "url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/demo-protobuf" }, "scripts": { "docs": "shx rm -rf docs && typedoc --options typedoc.js",