From ba553d6e3a2d6521ab9d33faabc213a1636c532c Mon Sep 17 00:00:00 2001 From: Jordan Bergero Date: Mon, 6 May 2024 16:57:00 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85983e3..06f0074 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [Install Composer](https://getcomposer.org/) - If you don't already have composer installed on your machine -[Square PHP SDK Guide](https://developer.squareup.com/docs/sdks/php/using-php-sdk) +[Square PHP SDK Guide](https://developer.squareup.com/docs/sdks/php/using-php-sdk) - Details on how to use / configure the Square client. [PHP Quickstart Guide](https://developer.squareup.com/docs/sdks/php/quick-start) - The quickstart directory is based off of this document. @@ -30,4 +30,4 @@ $ php -S localhost:8000 navigate to `localhost:8000/quickstart.php` and you should see a location displayed -You should see your `Square Sandbox Seller account's` location logged in the browser window. \ No newline at end of file +You should see your `Square Sandbox Seller account's` location logged in the browser window.