From dfcd5829f610c077cc6006d03c64918808d9565a Mon Sep 17 00:00:00 2001 From: Aaron Malone Date: Mon, 5 May 2014 15:23:50 -0500 Subject: [PATCH] fix OCAMLBREW_MAKE typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c258841..6459a95 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ from [perlbrew][]. * `sudo apt-get install curl m4` * `curl` is for fetching files * `m4` is required by [findlib][] - * BSD systems may require GNU make. Use the `$OCAMLBREW_ROOT` environment + * BSD systems may require GNU make. Use the `$OCAMLBREW_MAKE` environment variable to specify the correct `make` or `gmake` executable to use. ### Usage: