Skip to content

Commit

Permalink
docs: fix typos (#910)
Browse files Browse the repository at this point in the history
Fix typos. Hope this helps.
  • Loading branch information
nkuba authored Dec 6, 2024
2 parents bf41dbb + ad4da4e commit da39d1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dapp/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Acre dApp

The application is integrate with OrangeKit and allows people to earn yield on their Bitcoin via yield farming on Ethereum.
The application is integrated with OrangeKit and allows people to earn yield on their Bitcoin via yield farming on Ethereum.

This project was bootstrapped with [Create Vite](https://github.com/vitejs/vite/tree/main/packages/create-vite).

To access the dApp in Ledger Live import manifest as described in the
To access the dApp in Ledger Live import the manifest as described in the
[Ledger Live Setup](#ledger-live-setup) section.

### Development
Expand All @@ -29,7 +29,7 @@ Install dependencies and start the dApp:

### Environmental variables

To make sure dApp is running correctly, include the following variables in `.env` file:
To make sure dApp is running correctly, include the following variables in the `.env` file:

```bash
VITE_TBTC_API_ENDPOINT=
Expand Down
2 changes: 1 addition & 1 deletion solidity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pnpm install

### Testing

To run the test execute:
To run the tests execute:

```
$ pnpm test
Expand Down

0 comments on commit da39d1d

Please sign in to comment.