From a9f591f2fe84e377fdbdd2107f85e8f5a6d312be Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Thu, 1 Feb 2018 14:38:55 +0000 Subject: [PATCH] fix typos and make small text amendments --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0e9720a..63ec3aa 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Master your Java Environnement with jenv +# Master your Java Environment with jenv Website : http://www.jenv.be [![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=gcuisinier&url=https://github.com/gcuisinier/jenv&title=jEnv&language=&tags=github&category=software) -jenv is for a equivalent of rbenv, but for Java environment. -It allow to easily switch between several JDKs installations (already presents), and configure which one to use per project. +jenv is equivalent to rbenv, but for Java environments. +It allows you to easily switch between several JDKs installations (already present), and configure which one to use per project. jEnv may work on bash-ready OS. @@ -64,7 +64,7 @@ Verified on : $ jenv add /path/to/java/home ~~~ -6. Configure which JVM to use (globally, by directory or for the current shell instance) +6. Configure which JVM to use (globally, by directory, or for the current shell instance) ~~~ sh $ jenv global oracle-1.7.0