From 32778207fd9631ffe54dff20ea886805e6a09806 Mon Sep 17 00:00:00 2001 From: Danel Ahman Date: Tue, 10 Nov 2020 07:45:36 +0100 Subject: [PATCH] adding ocamlformat to the list of dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cdbb4e..35b23d1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Install dependencies by - opam install menhir ocaml-vdom + opam install menhir ocaml-vdom ocamlformat and build Æff by running (requires OCaml >= 4.08.0)