Skip to content

Fix typo in README #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ pip3 install ic-py

### Features

1. candid types encode & decode
2. support secp256k1 & ed25519 identity, pem file import
3. canister DID file parsing
4. canister class, initialized with canister id and DID file
5. common canister interfaces: ledger, management, nns, cycles wallet
6. async support
1. Candid types encode & decode.
2. Support for secp256k1 & ed25519 identity, pem file import.
3. Canister DID file parsing.
4. Canister class, initialized with canister id and DID file.
5. Common canister interfaces: ledger, management, nns, cycles wallet.
6. async support.

### Modules & Usage

Expand Down Expand Up @@ -83,7 +83,7 @@ data = encode(params)
Decode parameters:

```python
# data is bytes, return value is an parameter array
# data is in bytes, return value is a parameter array
params = decode(data)
```

Expand Down