Skip to content

Commit 399f7fe

Browse files
author
yjcho2252
authored
Update installation.md
Correction of the typo error in biojava-genome artifactId.
1 parent a9be3f6 commit 399f7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ As of version 4, BioJava is available in maven central. This is all you would ne
1616
<dependency>
1717

1818
<groupId>org.biojava</groupId>
19-
<artifactId>biojava-genomics</artifactId>
19+
                       <artifactId>biojava-genome</artifactId>
2020
<version>4.2.0</version>
2121
<!-- note: the genomics module depends on the BioJava-core module and will import it automatically -->
2222
</dependency>

0 commit comments

Comments
 (0)