demo-protobuf: Fix name

This commit is contained in:
willclarktech 2020-06-16 09:12:34 +01:00
parent e291188781
commit cd65de53f0
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# @cosmjs/protobuf-demo
# @cosmjs/demo-protobuf
Demo package for protobufs with Cosmos SDK.

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",