Skip to content

Commit c9fe5a7

Browse files
authored
Small improvements for README.md (#92)
1 parent dc9a188 commit c9fe5a7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ JDKs built by Oracle are [Oracle JDK](https://www.oracle.com/java/technologies/d
88

99
| Input Name | Default Value | Description |
1010
|-----------------------|--------------:|-----------------------------------------------------------------|
11-
| `website` | `oracle.com` | From where the JDK should be downloaded from. |
11+
| `website` | `oracle.com` | From where the JDK should be downloaded. |
1212
| `release` | `23` | Java feature release number or name of an Early-Access project. |
1313
| `version` | `latest` | An explicit version of a Java release. |
1414
| `install` | `true` | Install the downloaded JDK archive file. |
@@ -17,16 +17,16 @@ JDKs built by Oracle are [Oracle JDK](https://www.oracle.com/java/technologies/d
1717

1818
### Input `website`
1919

20-
The `website` input specifies from where the JDK should be downloaded from.
20+
The `website` input specifies from where the JDK should be downloaded.
2121
It defaults to `oracle.com`.
2222

23-
Following values are supported:
23+
The following values are supported:
2424

2525
- [`oracle.com`](https://www.oracle.com/java/technologies/downloads/) for Oracle JDK 21 and later.
2626

2727
This action only supports Oracle JDKs provided under the [Oracle No-Fee Terms and Conditions License](https://www.java.com/freeuselicense/).
2828

29-
- [`jdk.java.net`](https://jdk.java.net) for the current OpenJDK General Availability build and for OpenJDK Early-Access builds.
29+
- [`jdk.java.net`](https://jdk.java.net) for the current OpenJDK General Availability and Early-Access builds.
3030

3131
Early-Access builds include the [mainline](https://github.com/openjdk/jdk/tags) JDK, Generational ZGC, Project Loom and jextract, Panama, Valhalla, etc.
3232

@@ -38,14 +38,14 @@ The `release` input denotes a Java feature release number (`21`, `22`, ...) or a
3838
It defaults to the current General-Availability Release for the Java SE platform., which is `23` as of today.
3939

4040
Note that websites may offer a different set of available releases.
41-
For example, `oracle.com` only offers releases of `21` and above; it does not offer any Early-Access releases.
41+
For example, `oracle.com` only offers releases of `21` and above; it does not offer Early-Access releases.
4242

4343
Note also that websites may stop offering any release at any time.
44-
Please consult the website for details which release is offered for how long.
44+
Please consult the website for details on which release is offered for how long.
4545

4646
### Input `version`
4747

48-
The `version` input can be used to specify an explicit version of a Java release, ex. `21.0.4`.
48+
The `version` input can be used to specify an explicit version of a Java release, such as `21.0.4`.
4949
It is set by default to `latest`.
5050

5151
___
@@ -61,7 +61,7 @@ ___
6161
The `install` input enables or disables the automatic JDK installation of the downloaded JDK archive file.
6262
It is enabled by default by using `true` as its value.
6363

64-
This action delegates to [`actions/setup-java`](https://github.com/actions/setup-java) in order to install the downloaded JDK archive file using default
64+
This action delegates to [`actions/setup-java`](https://github.com/actions/setup-java) to install the downloaded JDK archive file using default settings.
6565
Pass `false` to skip the automatic JDK installation and invoke `actions/setup-java` with your custom settings.
6666

6767
### Input `install-as-version`
@@ -149,7 +149,7 @@ steps:
149149

150150
## Supported GitHub Actions Virtual Environments
151151

152-
All [environments](https://github.com/actions/virtual-environments#available-environments) that have Java 21 pre-installed are supported.
152+
All [environments](https://github.com/actions/virtual-environments#available-environments) with Java 21 pre-installed are supported.
153153
These include the following labels: `ubuntu-latest`, `macos-latest`, and `windows-latest`.
154154

155155
## More information

0 commit comments

Comments
 (0)