From e71ad02f0213aced4aeb2850848f7d41919b9610 Mon Sep 17 00:00:00 2001 From: zapashcanon Date: Fri, 30 Jun 2017 23:33:37 +0200 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1747cf74..aa5daae4 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ This feature requires [opam][opam]. [Jenga][jenga] is another build system for OCaml that has more advanced features such as polling or much better editor integration. Jenga is more powerful and more complex and as a result -as much more dependencies. It is planned to implement a small bridge +has many more dependencies. It is planned to implement a small bridge between the two so that a Jbuilder project can build with Jenga using this bridge. @@ -154,7 +154,7 @@ FAQ ### Why do many Jbuilder projects contain a Makefile? Many Jbuilder project contain a toplevel `Makefile`. It is often only -there only for convenience, for the following reasons: +there for convenience, for the following reasons: 1. there are many different build systems out there, all with a different CLI. If you have been hacking for a long time, the one