Skip to content

Commit 1b1a5eb

Browse files
committed
Fix
1 parent 91d38dd commit 1b1a5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysplashsurf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ You can also manually build the package from the source code:
6363
- Then activate it using `conda activate ./envs`
6464
4. Now, to build the project, use maturin: `maturin develop`
6565
- Maturin automatically installs the resulting binary in your python environment
66-
- Set the release flag `-r` or `--release` to build a more performant binary, however, compilation time will be slightly longer
66+
- Set the release flag `-r` or `--release` to build an optimized binary, however, compilation time will be slightly longer
6767

6868
### Documentation Build
6969
To generate the Sphinx documentation, make sure that the package is installed through, e.g., maturin, and then run `make html` in the `pysplashsurf/pysplashsurf/docs` directory.

0 commit comments

Comments
 (0)