From 7cd80957832ffbff30812c319a72a38be0516de9 Mon Sep 17 00:00:00 2001 From: Stirling Carter Date: Tue, 18 Jan 2022 16:38:45 -0800 Subject: [PATCH] fix jenv versions command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 065ae19..ee3f18d 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ jenv add $(/usr/libexec/java_home) With macOS OpenJDK 11.0.2 installed, for example, either of these commands will add `/Library/Java/JavaVirtualMachines/openjdk-11.0.2.jdk/Contents/Home` as a valid JVM. Your JVM directory may vary! -Observe now that this version of Java is added to your `java versions` command: +Observe now that this version of Java is added to your `jenv versions` command: ```bash $ jenv versions