Skip to content

Commit

Permalink
Merge pull request #1924 from anakinj/readme-fix
Browse files Browse the repository at this point in the history
Minor readme fix for the basic usage example
  • Loading branch information
dblock committed Oct 28, 2019
2 parents e855504 + 4b0100f commit 090326e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -214,7 +214,7 @@ module Twitter

desc 'Return a status.'
params do
requires :id, type: Integer, desc: 'Status id.'
requires :id, type: Integer, desc: 'Status ID.'
end
route_param :id do
get do
Expand Down

0 comments on commit 090326e

Please sign in to comment.