Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei committed Sep 12, 2015
1 parent 1e84405 commit e4dc4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ _p.s. and, of course, you can use [form-binder-java](https://github.com/tminglei
1) define and register your api operations
```java
// in `PetResource.java`
static {
static { // for swagger
operation("get", "/pet/{petId}")
.summary("get pet by id")
.tag("pet")
Expand Down

0 comments on commit e4dc4b0

Please sign in to comment.