Skip to content

Commit f173562

Browse files
committed
DOC: fix a typo in README
1 parent 38ab717 commit f173562

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Running benchmarks locally
4141
To run the benchmark suite locally, first do
4242

4343
```
44-
$ python -c "import scipy_openblas32; print(scipy_openblas32.get_pkg_config())" > openblas.pc
44+
$ python -c "import scipy_openblas32; print(scipy_openblas32.get_pkg_config())" > scipy_openblas.pc
4545
$ export PKG_CONFIG_PATH=$PWD
4646
```
4747

0 commit comments

Comments
 (0)