Merge pull request #3507 from chrislewis/gen-readme-typo

s/It's/Its
This commit is contained in:
wing328 2016-08-03 12:14:36 +08:00 committed by GitHub
commit 26c33d344d

View File

@ -1,7 +1,7 @@
# Swagger Codegen for the {{name}} library
## Overview
This is a boiler-plate project to generate your own client library with Swagger. It's goal is
This is a boiler-plate project to generate your own client library with Swagger. Its goal is
to get you started with the basic plumbing so you can put in your own logic. It won't work without
your changes applied.