diff --git a/src/docbook/module/preface.xml b/src/docbook/module/preface.xml index 75ae53c208..afb5b8992b 100644 --- a/src/docbook/module/preface.xml +++ b/src/docbook/module/preface.xml @@ -45,8 +45,9 @@ project is an effort to provide an asynchronous · event-driven network application framework and tooling for the rapid development of maintainable high-performance · - high-scalability protocol servers and clients. To simplify, Netty helps - you write your own network application very easily -- it's often called + high-scalability protocol servers and clients. Netty is a NIO client + server framework which enables quick and easy development of network + applications such as protocol servers and clients. -- it's often called rapid network application development.