Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Oct 4, 2023
1 parent e54a2cd commit 8796629
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 @@ -68,7 +68,7 @@ It can be serialized to geojson using the `geojson` feature:

```toml
[dependencies]
contour-isobands = { version = "0.3.0", features = ["geojson"] }
contour-isobands = { version = "0.3.1", features = ["geojson"] }
```

```rust
Expand Down Expand Up @@ -110,7 +110,7 @@ while the interior rings are oriented in the clockwise direction

```toml
[dependencies]
contour-isobands = { version = "0.3.0", features = ["parallel"] }
contour-isobands = { version = "0.3.1", features = ["parallel"] }
```

The `parallel` feature enables the use of the `rayon` crate to parallelize the computation of the isobands.
Expand Down

0 comments on commit 8796629

Please sign in to comment.