From bc2ccce902dc824f9cb194580c98ae72e39c4ad7 Mon Sep 17 00:00:00 2001 From: Terry Lin Date: Wed, 24 Jun 2020 13:34:15 +0800 Subject: [PATCH] Update README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2badf28..ee0e6dd 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ composer test ## Quick Start -The simplest way to start implemanting PSR-7 on your PHP applications, let's check out the examples below. +The simplest way to start implementing PSR-7 on your PHP applications, let's check out the examples below. *Create a server request.*