Skip to content

Commit

Permalink
fix typeos
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetazzz committed Jan 22, 2025
1 parent a059425 commit 8876af0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion libs/interchain-react/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @interchain/react
# @interchainjs/react

<p align="center">
<img src="https://user-images.githubusercontent.com/545047/188804067-28e67e5e-0214-4449-ab04-2e0c564a6885.svg" width="80">
Expand Down
4 changes: 2 additions & 2 deletions libs/interchain-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@interchain/react",
"name": "@interchainjs/react",
"version": "1.7.4",
"description": "@interchain/react is a JavaScript library providing react query hooks for interacting with Cosmos SDK based blockchains.",
"description": "@interchainjs/react is a JavaScript library providing react query hooks for interacting with Cosmos SDK based blockchains.",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libs/interchain-vue/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @interchain/vue
# @interchainjs/vue

<p align="center">
<img src="https://user-images.githubusercontent.com/545047/188804067-28e67e5e-0214-4449-ab04-2e0c564a6885.svg" width="80">
Expand Down
4 changes: 2 additions & 2 deletions libs/interchain-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@interchain/vue",
"name": "@interchainjs/vue",
"version": "1.7.3",
"description": "@interchain/vue is a JavaScript library providing vue hooks for interacting with Cosmos SDK based blockchains.",
"description": "@interchainjs/vue is a JavaScript library providing vue hooks for interacting with Cosmos SDK based blockchains.",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 8876af0

Please sign in to comment.