Skip to content

Commit

Permalink
Merge pull request #33 from cosmicjs/tony/readme
Browse files Browse the repository at this point in the history
Add bun package manager to readme
  • Loading branch information
tonyspiro authored Dec 5, 2023
2 parents 6fa85ce + 3e1bb28 commit 918d7d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/late-cats-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@cosmicjs/sdk': patch
---

edit readme to use bun
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

## Install

Install the Cosmic JavaScript SDK.
Install the Cosmic JavaScript SDK. We recommend using the [bun](https://bun.sh) package manager.

```bash
yarn add @cosmicjs/sdk
bun add @cosmicjs/sdk
# OR
pnpm add @cosmicjs/sdk
yarn add @cosmicjs/sdk
# OR
npm install @cosmicjs/sdk
```
Expand Down

0 comments on commit 918d7d2

Please sign in to comment.