Skip to content

Commit

Permalink
docs: removed unnecessary explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
negar-abbasi committed Aug 23, 2023
1 parent ac7cbef commit 1d8e0cb
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,7 @@ npm install @algorandfoundation/algokit-utils

## Peer Dependencies

This library requires `algosdk` as a peer dependency. Ensure you have it installed in your project

- If you have `check-peer-dependencies` installed:

```
npx check-peer-dependencies --install
```

- Alternatively, simply use:

```
npm install algosdk
```
This library requires `algosdk` as a peer dependency. Ensure you have it installed in your project.

# Usage

Expand Down

0 comments on commit 1d8e0cb

Please sign in to comment.