@@ -34,15 +34,15 @@ JSqlParser is a SQL statement parser. It translates SQLs in a traversable hierar
3434If you need help using JSqlParser feel free to file an issue or contact me.
3535
3636## Contributions
37- To help JSqlParsers development you are encouraged to provide
37+ To help JSqlParser's development you are encouraged to provide
3838* feedback
3939* bugreports
4040* pull requests for new features
4141* improvement requests
4242* fund new features
4343* a little donation
4444
45- ** Please write in english , since it's the language most of the dev team knows.**
45+ ** Please write in English , since it's the language most of the dev team knows.**
4646
4747Also I would like to know about needed examples or documentation stuff.
4848
@@ -65,7 +65,7 @@ Also I would like to know about needed examples or documentation stuff.
6565## Extensions of JSqlParser releases
6666
6767* [ Release Notes] ( https://github.com/JSQLParser/JSqlParser/releases )
68- * Modifications before GitHubs release tagging are listed in the [ Older Releases] ( https://github.com/JSQLParser/JSqlParser/wiki/Older-Releases ) page.
68+ * Modifications before GitHub's release tagging are listed in the [ Older Releases] ( https://github.com/JSQLParser/JSqlParser/wiki/Older-Releases ) page.
6969
7070
7171## Building from the sources
@@ -80,7 +80,7 @@ The project requires the following to build:
8080
8181This will produce the jsqlparser-VERSION.jar file in the target/ directory.
8282
83- ** To build this project without using Maven, one has to build the parser by JavaCC using the CLI options it provids .**
83+ ** To build this project without using Maven, one has to build the parser by JavaCC using the CLI options it provides .**
8484
8585## Debugging through problems
8686
0 commit comments