Skip to content

Commit

Permalink
update small example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroStepaniuk committed May 22, 2017
1 parent 4dd949f commit 76ec16f
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 @@ -96,7 +96,7 @@ use PhoenixSwagger
swagger_path :index do
get "/posts"
description "List blog posts"
responses 200, "Success"
response 200, "Success"
end

def index(conn, _params) do
Expand Down

0 comments on commit 76ec16f

Please sign in to comment.