Skip to content

Commit

Permalink
Merge pull request #1123 from 0xmozak/matthias/fix-readme
Browse files Browse the repository at this point in the history
Fix spaces and wording in README
  • Loading branch information
npwardberkeley authored Jul 13, 2023
2 parents cc45ac9 + f6b2e74 commit e3f1270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUSTFLAGS=-Ctarget-cpu=native cargo run --release --example bench_recursion -- -

## Jemalloc

Plonky2 prefers the [Jemalloc](http://jemalloc.net) memory allocator due to its superior performance. To use it, include `jemallocator = "0.5.0"` in`Cargo.toml`and add the following lines
Plonky2 prefers the [Jemalloc](http://jemalloc.net) memory allocator due to its superior performance. To use it, include `jemallocator = "0.5.0"` in your `Cargo.toml` and add the following lines
to your `main.rs`:

```rust
Expand Down

0 comments on commit e3f1270

Please sign in to comment.