Fix README.md grammatical error (#1175)

This commit is contained in:
Michael Mkwelele 2017-10-19 22:25:35 -07:00 committed by inder123
parent e38a6ce60d
commit d9249e9c36

View File

@ -31,7 +31,7 @@ dependencies {
* Gson [API](http://www.javadoc.io/doc/com.google.code.gson/gson): Javadocs for the current Gson release
* Gson [user guide](https://github.com/google/gson/blob/master/UserGuide.md): This guide contains examples on how to use Gson in your code.
* Gson [Roadmap](https://github.com/google/gson/blob/master/CHANGELOG.md): Details of changes in the recent versions
* Gson [design document](https://github.com/google/gson/blob/master/GsonDesignDocument.md): This document discusses issues we faced while designing Gson. It also include a comparison of Gson with other Java libraries that can be used for Json conversion
* Gson [design document](https://github.com/google/gson/blob/master/GsonDesignDocument.md): This document discusses issues we faced while designing Gson. It also includes a comparison of Gson with other Java libraries that can be used for Json conversion
Please use the [google-gson Google group](http://groups.google.com/group/google-gson) to discuss Gson, or to post questions.