Skip to content

Commit

Permalink
Merge pull request #102 from DmytroStepaniuk/fix_readme
Browse files Browse the repository at this point in the history
update small example in readme
  • Loading branch information
surik authored May 22, 2017
2 parents 4dd949f + 76ec16f commit c312196
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 c312196

Please sign in to comment.