summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2017-01-20 23:56:32 +0700
committerDaniil Baturin <daniil@baturin.org>2017-01-20 23:56:32 +0700
commit46efea7823acfef5230f33f4b27c99bc176aafbc (patch)
treea919150390b4cdfe2874e958cf1287bf0181e42f /README.md
parent465bef917357629443b85256d1669404c91e90dd (diff)
downloadvyconf-46efea7823acfef5230f33f4b27c99bc176aafbc.tar.gz
vyconf-46efea7823acfef5230f33f4b27c99bc176aafbc.zip
Use BatOption.defalt instead of homegrown equivalent.
If we are going to use batteries for numeric_compare, why not take advantage of the rest.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a146242..5241665 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,7 @@ the build dependencies:
```
opam switch 4.03.0
opam install oasis
-opam install fileutils lwt ocplib-endian ounit pcre ppx_deriving_yojson sha toml xml-light
+opam install fileutils lwt ocplib-endian ounit pcre ppx_deriving_yojson sha toml xml-light batteries
```
To build the project, run the setup script, then `make`: