Skip to content

Commit e51ffb3

Browse files
committed
Update README.md
1 parent 2fba967 commit e51ffb3

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@
44

55
## Overview
66
This is the swagger codegen project, which allows generation of client libraries automatically from a
7-
Swagger-compliant server. You can find out more about both the spec and the framework at
8-
http://swagger.wordnik.com. For more information about Wordnik's APIs, please visit http://developer.wordnik.com.
7+
Swagger-compliant server.
8+
9+
## What's Swagger?
10+
11+
The goal of Swagger is to define a standard, language-agnostic interface to REST APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined via Swagger, a consumer can understand and interact with the remote service with a minimal amount of implementation logic. Similar to what interfaces have done for lower-level programming, Swager removes the guesswork in calling the service.
12+
13+
14+
Check out [Swagger-Spec](https://github.com/wordnik/swagger-spec) for additional information about the Swagger project, including additional libraries with support for other languages and more.
15+
916

1017
### Prerequisites
1118
You need the following installed and available in your $PATH:

0 commit comments

Comments
 (0)