Skip to content

Commit

Permalink
typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Bonham committed Oct 8, 2024
1 parent 5295c1d commit 432176e
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 @@ -29,7 +29,7 @@ For example,
the julia call

```julia
blastn(; query = "a_file.txt", db="mydb", -out="results.txt")
blastn(; query = "a_file.txt", db="mydb", out="results.txt")
```

Will be sent to the shell as
Expand Down

0 comments on commit 432176e

Please sign in to comment.