Update README.md

Some grammar tweaks
This commit is contained in:
R. Francis Smith 2020-12-15 14:50:17 -06:00 committed by GitHub
parent bf171d1894
commit adf87c3adb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ asdf plugin-add gradle https://github.com/rfrancis/asdf-gradle.git
Check out the [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to install and manage versions of other tools.
When installing Gradle using `asdf install` and you not have been plan check signature, you can set `no` using `export GRADLE_SIGNATURE_CHECK=no` example:
When installing Gradle using `asdf install` if you not wish to have it check the package signature for whatever reason, you can set `no` using `export GRADLE_SIGNATURE_CHECK=no` example:
```
export GRADLE_SIGNATURE_CHECK=no
@ -22,7 +22,7 @@ export GRADLE_SIGNATURE_CHECK=no
```
Observation:
* `GRADLE_SIGNATURE_CHECK` - `yes` is default.The `yes` check the signature and `no` not check the signature
* `GRADLE_SIGNATURE_CHECK` - `yes` (for yes, check the signature) is the default