This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch 2.1.X
in repository https://gitbox.apache.org/repos/asf/mina.git
The following commit(s) were added to refs/heads/2.1.X by this push:
new 0b7f8c1ab Fixed a typo
0b7f8c1ab is described below
commit 0b7f8c1ab434e444357e7c690ff09a8361cf037d
Author: emmanuel lecharny <[email protected]>
AuthorDate: Mon Jun 1 18:15:50 2026 +0200
Fixed a typo
---
README.md | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 675f8540d..313b488e5 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,7 @@
This document gathers the minimal information about how to build the project.
-All the detailed information can be found in the (MINA Developer Guide
page)[https://mina.apache.org/mina-project/developer-g
-uide.html]
+All the detailed information can be found in the (MINA Developer Guide
page)[https://mina.apache.org/mina-project/developer-guide.html]
## Building MINA
@@ -59,13 +58,12 @@ It's as simple as typing:
$ mvn clean install [-Pserial]
```
-(The '-Pserial' flag is optional. It's onlt use if you want to generate the
code using the LGPL rxtx library).
+(The '-Pserial' flag is optional. It's only useful if you want to generate the
code using the LGPL rxtx library).
You are done...
## Code convention
-Like it or not, we follow the ancient Sun's standard Java convention. Not
tabs, 4 spaces instead. Please respect this convezn
-tion, it saves the committers a lot of time when merging PRs.
+Like it or not, we follow the ancient Sun's standard Java convention. Not
tabs, 4 spaces instead. Please respect this convention, it saves the committers
a lot of time when merging PRs.