Skip to content

Commit a28d37a

Browse files
authored
Merge pull request #2120 from scriptease/master
Update README.md
2 parents 0e0c155 + fb90188 commit a28d37a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2040,10 +2040,10 @@ end
20402040

20412041
# is NOT the same as
20422042

2043-
get ':status' do # this makes param[:status] available
2043+
get ':status' do # this makes params[:status] available
20442044
end
20452045

2046-
# This will make both param[:status_id] and param[:id] available
2046+
# This will make both params[:status_id] and params[:id] available
20472047

20482048
get 'statuses/:status_id/reviews/:id' do
20492049
end

0 commit comments

Comments
 (0)