Skip to content

Commit

Permalink
Fix typo in README (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Dec 3, 2022
1 parent fbaefbc commit 98459cb
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 @@ Similarly, you can run all package tests, e.g. if you suspect your PR might be b
Both operations take a long time, so it might be wise to restrict which benchmarks you want to run, or which packages you want to test:

```
@nanosoldier `runbenchmarks("linalg"")`
@nanosoldier `runbenchmarks("linalg")`
@nanosoldier `runtests(["JSON", "Crayons"])`
```
Expand Down

0 comments on commit 98459cb

Please sign in to comment.