From 466af8b9a841e38cf66c998d8298dcf5c0342407 Mon Sep 17 00:00:00 2001 From: David Garcia Date: Sun, 3 Feb 2019 18:16:30 +0100 Subject: [PATCH] Update README.md Co-Authored-By: Nyholm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41d3959..c2b6ece 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ composer require mailgun/mailgun-php kriswallsmith/buzz nyholm/psr7 ## Usage You should always use Composer's autoloader in your application to automatically load -the your dependencies. All examples below assumes you've already included this in your +your dependencies. All the examples below assume you've already included this in your file: ```php