diff --git a/README.md b/README.md index abe600c..438fcac 100644 --- a/README.md +++ b/README.md @@ -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