Skip to content

Commit aa27f3c

Browse files
author
jodzga
committed
Fixed typos.
1 parent c09b324 commit aa27f3c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

contrib/parseq-tracevis-server/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Running the Trace Visualization Server
2222

2323
First install [graphviz](http://www.graphviz.org/) e.g. on mac you might run `brew install graphviz`.
2424

25-
Find path to a `dot` executable. `dot` is part og graphviz installation e.g. `which dot`.
25+
Find path to a `dot` executable. `dot` is part of graphviz installation e.g. `which dot`.
2626

27-
Run server passing path to `dot` e.g. `java -jar parseq-tracevis-server-jar-with-dependencies.jar /usr/bin/dot`.
27+
Run server passing path to `dot` as an argument e.g. `java -jar parseq-tracevis-server-jar-with-dependencies.jar /usr/bin/dot`.
2828

29-
You can otionally specify port number, by default it will run on port 8080.
29+
You can optionally specify port number, by default it will run on port 8080.
3030

3131

3232
More Info

0 commit comments

Comments
 (0)