From 7f7a3d852f88d4d7cbbb3595892e2c4e1cee8aab Mon Sep 17 00:00:00 2001 From: Vincent Stoessel Date: Mon, 29 Oct 2018 16:00:32 -0400 Subject: [PATCH] fixed incorrect 'j' typo for jenv shell command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e9720a..4df4d09 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ Sets a shell-specific Java version by setting the `JENV_VERSION` environment variable in your shell. This version overrides application-specific versions and the global version. - $ jenv shell jJava-1.7.1 + $ jenv shell openjdk64-11.0.1 When run without a version number, `jenv shell` reports the current value of `JENV_VERSION`. You can also unset the shell version: