Skip to content

Commit e3299db

Browse files
authored
Update README.md
Polish readme grammar
1 parent c049c6a commit e3299db

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Java 8 web development framework. Its key benefits, compared to all others,
1919
include these four fundamental principles:
2020

2121
1. Not a single `null`
22-
([why is NULL bad?][null])
22+
([why NULL is bad][null])
2323
2. Not a single `public` `static` method
24-
([why are they bad?][utility])
24+
([why they're bad][utility])
2525
3. Not a single mutable class
26-
([why are they bad?][immutable])
26+
([why they're bad][immutable])
2727
4. Not a single `instanceof` keyword, type casting, or reflection
28-
([why?][casting])
28+
([why][casting])
2929

3030
Of course, there are no configuration files.
3131
Besides that, these are the more traditional features, out of the box:
@@ -36,11 +36,11 @@ Besides that, these are the more traditional features, out of the box:
3636
* [RESTful](http://en.wikipedia.org/wiki/Representational_state_transfer)
3737
* Templates, including [Apache Velocity](http://velocity.apache.org/)
3838

39-
This is what is not supported and will not be supported:
39+
The following is not and will not be supported:
4040

4141
* [WebSockets](http://en.wikipedia.org/wiki/WebSocket)
4242

43-
These two web systems use Takes, and they are open source:
43+
Open-source systems that use Takes:
4444
[rultor.com](http://www.rultor.com)
4545
([sources](https://github.com/yegor256/rultor)),
4646
[jare.io](http://www.jare.io) ([sources](https://github.com/yegor256/jare)).

0 commit comments

Comments
 (0)