Skip to content

Commit fdc685a

Browse files
authored
Merge pull request #6 from eseiler/misc/version_number
[MISC] Adjust tag in readme
2 parents b58a8ea + f42b9d4 commit fdc685a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ git clone --recurse-submodules https://github.com/seqan/raptor
2424

2525
E.g., for version `1.0.0`:
2626
```bash
27-
git clone --branch raptor-1.0.0 --recurse-submodules https://github.com/seqan/raptor
27+
git clone --branch raptor-v1.0.0 --recurse-submodules https://github.com/seqan/raptor
2828
```
2929
Or from within an existing repository
3030
```bash
31-
git checkout raptor-1.0.0
31+
git checkout raptor-v1.0.0
3232
```
3333
</details>
3434

0 commit comments

Comments
 (0)