Fix url in README.md (#10915)

Motivation:

We had a typo in the markdown

Modification:

Fix typo

Result:

Corect markdown
This commit is contained in:
Aki 2021-01-11 15:48:58 +09:00 committed by Norman Maurer
parent 2aa33165cf
commit e8f3e88526
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ For the detailed information about building and developing Netty, please visit [
You require the following to build Netty:
* Latest stable [OpenJDK 8]https://adoptopenjdk.net)
* Latest stable [OpenJDK 8](https://adoptopenjdk.net)
* Latest stable [Apache Maven](https://maven.apache.org/)
* If you are on Linux, you need [additional development packages](https://netty.io/wiki/native-transports.html) installed on your system, because you'll build the native transport.