Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Commit f3a2cde

Browse files
committed
Update <code> [ci skip]
1 parent be4dbbf commit f3a2cde

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
@@ -9,7 +9,7 @@ This is an open source Java implementation of the MaxMax graph-based soft cluste
99

1010
## Usage
1111

12-
After cloning the repository, it is sufficient to use `mvn package` to produce the JAR file. The input undirected weighted graph should be represented in the text file, each line of which has three tab-separated fields: `word1&#9;word2&#9;weight`.
12+
After cloning the repository, it is sufficient to use `mvn package` to produce the JAR file. The input undirected weighted graph should be represented in the text file, each line of which has three tab-separated fields: <code>word1&#9;word2&#9;weight</code>.
1313

1414
```bash
1515
java -jar target/maxmax.jar -in input.txt -out output.txt

0 commit comments

Comments
 (0)