Skip to content
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

Update Readme.md #2085

Open
wants to merge 1 commit into
base: develop
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
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The example dapp is also contained in this repository.

## 🌐 Usage with your dapp

If you want to use this StarkNet Wallet extension with your dapp, the easiest way is to checkout the `@argent/get-starknet` package developed in this repo by running:
If you want to use this StarkNet Wallet extension with your dapp, the easiest way is to check out the `@argent/get-starknet` package developed in this repository by running:

```bash
# starknet.js is a peer dependency
Expand Down Expand Up @@ -77,7 +77,7 @@ if(starknet.isConnected) {
}
```

Checkout [starknet.js](https://github.com/0xs34n/starknet.js) to learn more about how to use `Provider` and `Signer`.
Check out [starknet.js](https://github.com/0xs34n/starknet.js) to learn more about how to use `Provider` and `Signer`.

## 🚀 Install from sources

Expand Down Expand Up @@ -111,7 +111,7 @@ Now you need to load the locally built chrome extension into your browser, by lo

To contribute to this repository please read the [contributing guidelines](Contributing.md) first.

To setup the repo on your machine just run:
To setup the repository on your machine just run:

```bash
yarn setup # setup dependencies
Expand Down