demo-protobuf: Fix name

This commit is contained in:
willclarktech
2020-06-23 10:26:42 +02:00
parent e291188781
commit cd65de53f0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# @cosmjs/protobuf-demo
# @cosmjs/demo-protobuf
Demo package for protobufs with Cosmos SDK.
+1 -1
View File
@@ -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",