Skip to content

Commit b8add7f

Browse files
committed
update README [skip ci]
1 parent c1398c2 commit b8add7f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ You can customize your build using several cabal flags.
2626

2727
### Libraries
2828

29-
By default, we benchmark `fgl`, `alga`, `hash-graph` and `containers`.
29+
By default, we benchmark `containers`, `fgl` and `alga`. `hash-graph` can be added using the `HashGraph` flag.
3030

31-
You can disable the three first (and thus avoid depending on them) by disabling the flags:
31+
You can disable the three last (and thus avoid depending on them) by disabling the flags:
3232

3333
* Fgl
3434
* Alga
@@ -113,7 +113,6 @@ One can produce a chart from the results, use:
113113

114114
```
115115
-f,--chartfile FILENAME Output file WITHOUT extension
116-
-c,--chart OUTTYPE Output type: Png or Svg
117116
```
118117

119118
## About implementation

0 commit comments

Comments
 (0)