Skip to content

Commit

Permalink
fix: Readme err on parallelism section
Browse files Browse the repository at this point in the history
  • Loading branch information
CPerezz committed Jan 5, 2024
1 parent 36f1dcf commit 4624a02
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 @@ -34,7 +34,7 @@ halo2curves = { version = "0.5.0", features = ["derive_serde", "multicore"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
# bypass the default "multicore" feature
halo2curves = { version = "0.5.0", default-features = false, features = ["derive_serde", "multicore"] }
halo2curves = { version = "0.5.0", default-features = false, features = ["derive_serde"]] }
```
## Benchmarks

Expand Down

0 comments on commit 4624a02

Please sign in to comment.