Skip to content

Commit

Permalink
docs: fix README (#17)
Browse files Browse the repository at this point in the history
* replace npm command with pip

* fix doc link in README
  • Loading branch information
joe-p authored Feb 1, 2025
1 parent af66808 commit 048a1e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

This library a simple, but flexible / configurable Algorand transaction subscription / indexing mechanism. It allows you to quickly create Python services that follow or subscribe to the Algorand Blockchain.

> npm install @algorandfoundation/algokit-subscriber
> pip install algokit_subscriber
[Documentation](./docs/README.md)
[Documentation](./docs/index.md)

## Quick start

Expand Down

0 comments on commit 048a1e2

Please sign in to comment.