Skip to content

Commit 7fe5bb6

Browse files
committed
0.1.3: fix readme link to cli
1 parent 10da6ce commit 7fe5bb6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

projects/abel-sdk-v2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ npm i abel-sdk
1616
## Usage
1717

1818
> [!NOTE]
19-
> Want to explore with a CLI? Check out [abel-cil](https://github.com/tasosbit/abel/tree/main/projects/abel-cli) which uses this SDK under the hood.
19+
> Want to explore with a CLI? Check out [abel-cil](https://github.com/Algorand-Developer-Retreat/abel/tree/main/projects/abel-cli) which uses this SDK under the hood.
2020
2121

2222
The default use case is with a read-only client. This will allow you to fetch asset and label data, but not operate on the registry.

projects/abel-sdk-v2/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/abel-sdk-v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "abel-sdk",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)