Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
landabaso committed Dec 29, 2022
1 parent 78cade8 commit 5818626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const { nonMalleableSats, malleableSats, unknownSats } = satisfier(
);
```

When passing `unknowns`, `satisfier` returns an addition object key: `{ unknownSats }`with an array of objects representing satisfactions that containt some of the `unknown` pieces of information:
When passing `unknowns`, `satisfier` returns an additional object: `{ unknownSats }`with an array of objects representing satisfactions that containt some of the `unknown` pieces of information:

```javascript
nonMalleableSats: [
Expand Down Expand Up @@ -149,7 +149,7 @@ npm install
make
```

This will download and build Wuille's sources and generate the necessary Javascript files.
This will download and build Wuille's sources and generate the necessary Javascript files for the compilers.

5. Build the project:

Expand Down

0 comments on commit 5818626

Please sign in to comment.