Skip to content

Commit

Permalink
fix: readme status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yang committed Jul 29, 2023
1 parent 0ef590c commit a41de73
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ The official TypeScript SDK for the Nibiru blockchain
<a target="_blank" href="https://www.npmjs.com/package/@nibiruchain/nibijs">
<img src="https://img.shields.io/npm/v/@nibiruchain/nibijs.svg?color=AE8CCD" style="height: 20px">
</a>
<a target="_blank" href="https://github.com/NibiruChain/ts-sdk/actions/workflows/tests.yaml">
<img src="https://github.com/NibiruChain/ts-sdk/actions/workflows/tests.yaml/badge.svg" style="height: 20px">
</a>

[![⛓️ Tests @nibiruchain/nibijs](https://github.com/NibiruChain/ts-sdk/actions/workflows/test-nibijs.yaml/badge.svg?branch=releases%2Fv0.21.x)](https://github.com/NibiruChain/ts-sdk/actions/workflows/test-nibijs.yaml)
[![⛓️ Tests @nibiruchain/indexer-nibi](https://github.com/NibiruChain/ts-sdk/actions/workflows/test-indexer-nibi.yaml/badge.svg?branch=releases%2Fv0.21.x)](https://github.com/NibiruChain/ts-sdk/actions/workflows/test-indexer-nibi.yaml)

<a target="_blank" href="https://www.npmjs.com/package/@nibiruchain/nibijs">
<img src="https://img.shields.io/npm/dm/@nibiruchain/nibijs.svg?color=FFF3CD" style="height: 20px">
</a>
Expand All @@ -33,10 +34,10 @@ The `nibijs` source code can be found in the ["packages" directory](https://gith

- [Installation](#installation)
- [Usage](#usage)
- [Example: Creating a wallet](#example-creating-a-wallet)
- [Example: Querying](#example-querying)
- [Example: Sending funds](#example-sending-funds)
- [Example: Transaction with arbitrary messages](#example-transaction-with-arbitrary-messages)
- [Example: Creating a wallet](#example-creating-a-wallet)
- [Example: Querying](#example-querying)
- [Example: Sending funds](#example-sending-funds)
- [Example: Transaction with arbitrary messages](#example-transaction-with-arbitrary-messages)
- [Codebase structure](#codebase-structure)
- [Development Quick Start](#development-quick-start)
- [🔓 License](#-license)
Expand Down

0 comments on commit a41de73

Please sign in to comment.