@@ -34,15 +34,15 @@ JSqlParser is a SQL statement parser. It translates SQLs in a traversable hierar
34
34
If you need help using JSqlParser feel free to file an issue or contact me.
35
35
36
36
## Contributions
37
- To help JSqlParsers development you are encouraged to provide
37
+ To help JSqlParser's development you are encouraged to provide
38
38
* feedback
39
39
* bugreports
40
40
* pull requests for new features
41
41
* improvement requests
42
42
* fund new features
43
43
* a little donation
44
44
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.**
46
46
47
47
Also I would like to know about needed examples or documentation stuff.
48
48
@@ -65,7 +65,7 @@ Also I would like to know about needed examples or documentation stuff.
65
65
## Extensions of JSqlParser releases
66
66
67
67
* [ 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.
69
69
70
70
71
71
## Building from the sources
@@ -80,7 +80,7 @@ The project requires the following to build:
80
80
81
81
This will produce the jsqlparser-VERSION.jar file in the target/ directory.
82
82
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 .**
84
84
85
85
## Debugging through problems
86
86
0 commit comments