You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ The following is an (incomplete) list of features flags in the snarkVM crate.
60
60
***instrumentation** -
61
61
Adds `tracing::instrument` statements to (some) functions. This is useful for profiling, but should not be used in production.
62
62
***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.
64
64
***algorithms** -
65
65
Adds the `algorithms` crate to `snarkvm` (as `snarkvm::algorithms`)
66
66
***circuit** -
@@ -78,7 +78,7 @@ The following is an (incomplete) list of features flags in the snarkVM crate.
78
78
79
79
### 3. Building Guide
80
80
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.
82
82
83
83
### 3.1 Install Rust
84
84
@@ -98,7 +98,7 @@ We recommend installing Rust using [rustup](https://www.rustup.rs/). You can ins
98
98
- Windows (64-bit):
99
99
100
100
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.
0 commit comments