Skip to content

Commit

Permalink
chore: update typo in README.md (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason authored Oct 29, 2024
1 parent b4ca1cc commit 12b851f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/candid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Additional API Documentation can be found [here](https://agent-js.icp.xyz/candid

## Installation

Using Principal:
Using Candid:

```
npm i --save @dfinity/principal
npm i --save @dfinity/candid
```

### In the browser:

```
import { Principal } from "@dfinity/principal";
import { Candid } from "@dfinity/candid";
```

0 comments on commit 12b851f

Please sign in to comment.