From 60271d302cf87cffc6ddc1cac06e2f22add3c504 Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Fri, 4 Aug 2017 14:53:42 +0200 Subject: [PATCH] Correct typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ee55b7b..ead10c5e 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ able to use the shell script above rather than the batch file. N.B.: Avoid using a LEIN_JAR environment variable. If you have one instance of Leiningen on your PATH as well as a LEIN_JAR pointing to a different instance, there is a known problem where `lein -v` and -`lein update` will refer to the first instance, while usage of Leiningen, such +`lein upgrade` will refer to the first instance, while usage of Leiningen, such as `lein new foobar`, will refer to the latter. ## Basic Usage