From fddb8ca5e937b1118819b49f32b60058ffd33e65 Mon Sep 17 00:00:00 2001 From: Jordan Hall Date: Fri, 30 Nov 2018 13:25:08 +0000 Subject: [PATCH] Correct package name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 232a3e8..366c414 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This package provides a simple PHP client for various Google Maps APIs. To install, just run the following composer command. ```bash -composer require langleyfoxall/simple-google-maps-api +composer require langleyfoxall/simple-google-maps ``` Remember to include the `vendor/autoload.php` file if your framework does not do this for you.