Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
fixing two typos
  • Loading branch information
dorgla committed Nov 21, 2015
1 parent a61ca48 commit 8391ecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Technically speaking - Swagger is a [formal specification](specification) surrou
## How do I get started?

If you're an API provider and want to use Swagger to describe your APIs - there are several approaches available:
- A top-down approach where you would use the [Swagger Editor](http://editor.swagger.io) to create your Swagger definition and the use the integrated [Swagger Codegen](swagger-codegen) tools to generate server implementation.
- A top-down approach where you would use the [Swagger Editor](http://editor.swagger.io) to create your Swagger definition and then use the integrated [Swagger Codegen](swagger-codegen) tools to generate server implementation.
- A bottom-up approach where you have an existing REST API for which you want to create a Swagger definition. Either you create the definition manually (using the same Swagger Editor mentioned above), or if you are using one of the supported frameworks (JAX-RS, node.js, etc), you can get the Swagger definition generated automatically for you. If you're doing JAX-RS have a look at the example at https://github.com/swagger-api/swagger-core/wiki/Swagger-Core-JAX-RS-Project-Setup-1.5.X.

If on the other hand you're an API Consumer who wants to integrate with an API that has a Swagger definition you can use the online version of the [Swagger UI](http://petstore.swagger.io/) to explore the API (given that you have a URL to the APIs Swagger definition) - and then use [Swagger Codegen](swagger-codegen) to generate the client library of your choice.
Expand All @@ -22,5 +22,5 @@ In either case - be sure to check out the long list of both [open source project
## Support
The following methods are available to obtain support for Swagger:

- [The Swagger Google Group](https://groups.google.com/forum/#!forum/swagger-swaggersocket) - This would normally be your first stop to get support for Swagger. Here you can find previously asked question, and ask new ones. When asking a question, please provide as much information as you can regarding the environment you use (development language, library, versions.
- [The Swagger Google Group](https://groups.google.com/forum/#!forum/swagger-swaggersocket) - This would normally be your first stop to get support for Swagger. Here you can find previously asked question, and ask new ones. When asking a question, please provide as much information as you can regarding the environment you use (development language, library, versions).
- IRC! you can find us on [freenode](http://webchat.freenode.net/?channels=swagger) in the channel #Swagger. You can talk with us directly there.

0 comments on commit 8391ecd

Please sign in to comment.