Skip to content

Commit 0b7f8c1

Browse files
committed
Fixed a typo
1 parent b299ec0 commit 0b7f8c1

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020

2121
This document gathers the minimal information about how to build the project.
2222

23-
All the detailed information can be found in the (MINA Developer Guide page)[https://mina.apache.org/mina-project/developer-g
24-
uide.html]
23+
All the detailed information can be found in the (MINA Developer Guide page)[https://mina.apache.org/mina-project/developer-guide.html]
2524

2625
## Building MINA
2726

@@ -59,13 +58,12 @@ It's as simple as typing:
5958
$ mvn clean install [-Pserial]
6059
```
6160

62-
(The '-Pserial' flag is optional. It's onlt use if you want to generate the code using the LGPL rxtx library).
61+
(The '-Pserial' flag is optional. It's only useful if you want to generate the code using the LGPL rxtx library).
6362

6463
You are done...
6564

6665
## Code convention
6766

68-
Like it or not, we follow the ancient Sun's standard Java convention. Not tabs, 4 spaces instead. Please respect this convezn
69-
tion, it saves the committers a lot of time when merging PRs.
67+
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.
7068

7169

0 commit comments

Comments
 (0)