Skip to content

Commit

Permalink
chore: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pawanpaudel93 committed Mar 17, 2024
1 parent 1b12738 commit eef2593
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@ A package to deploy AO contracts.
### Using npm

```sh
npm install ao-deploy
npm install ao-deploy --save-dev
```

### Using pnpm

```sh
pnpm add ao-deploy
pnpm add ao-deploy --save-dev
```

### Using yarn

```sh
yarn add ao-deploy
yarn add ao-deploy --dev
```

### Using bun

```sh
bun add ao-deploy
bun add ao-deploy --dev
```

## Usage
Expand Down

0 comments on commit eef2593

Please sign in to comment.