Skip to content

Commit be6a430

Browse files
committed
docs: fix typos in README
1 parent d1b124e commit be6a430

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The following is an (incomplete) list of features flags in the snarkVM crate.
6060
* **instrumentation** -
6161
Adds `tracing::instrument` statements to (some) functions. This is useful for profiling, but should not be used in production.
6262
* **serial** -
63-
*Disables* paralle processing using `rayon`.
63+
*Disables* parallel processing using `rayon`. This is useful for specialized profiling, but should not be used in production.
6464
* **algorithms** -
6565
Adds the `algorithms` crate to `snarkvm` (as `snarkvm::algorithms`)
6666
* **circuit** -
@@ -78,7 +78,7 @@ The following is an (incomplete) list of features flags in the snarkVM crate.
7878

7979
### 3. Building Guide
8080

81-
You can also build snarkVM from source. Because snarkVM is a library, this follwing guide is only useful if you plan to make modifications to its source code.
81+
You can also build snarkVM from source. Because snarkVM is a library, this following guide is only useful if you plan to make modifications to its source code.
8282

8383
### 3.1 Install Rust
8484

@@ -98,7 +98,7 @@ We recommend installing Rust using [rustup](https://www.rustup.rs/). You can ins
9898
- Windows (64-bit):
9999

100100
Download the [Windows 64-bit executable](https://win.rustup.rs/x86_64) or
101-
[Windows 32-bit executable](https://win.rustup.rs/i686) and follow the on-screen instructions.i
101+
[Windows 32-bit executable](https://win.rustup.rs/i686) and follow the on-screen instructions.
102102

103103
### 3.2 Additional Dependencies
104104

0 commit comments

Comments
 (0)