Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Jun 23, 2017
1 parent d4d9793 commit 4335741
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 @@ -89,7 +89,7 @@ defmodule App.CommentController do
title "List comments"
description "Optional description"
note "Optional note"
warn "Optional warning"
warning "Optional warning"
parameter :post_id, :integer, [description: "Post ID or slug"]
end
def index(conn, %{"post_id" => post_id}) do
Expand Down

0 comments on commit 4335741

Please sign in to comment.