From daec66cbd72125a4b2d0fc2489190a8f2abb701d Mon Sep 17 00:00:00 2001 From: Faun Date: Tue, 17 Feb 2015 16:46:36 +0100 Subject: [PATCH] Fix typo on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c57ac9..31bced5 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ class RocketController extends Controller } ``` -The Controlle and Form above now accepts the following JSON POST request: +The Controller and Form above now accept the following JSON POST request: ```http POST /rockets HTTP/1.1