From 4f0a95ca005b4ae575ca254b2015967227cdb57f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sam=20Carr=C3=A9?= <29132017+Sammyjo20@users.noreply.github.com> Date: Fri, 7 Apr 2023 00:31:33 +0100 Subject: [PATCH] Update README.md --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 3f8f8174..9a30cb34 100644 --- a/.github/README.md +++ b/.github/README.md @@ -13,7 +13,7 @@ A Laravel/PHP package that helps you build beautiful API integrations and SDKs ## Introduction -Saloon is a PHP library that provides you with a beautiful API integration framework. It gives you with all the tools you need to build and test API integrations for your application or SDKs. It can be easily customised with plugins, but It comes pre-configured for you so you can get to sending API requests right away. Saloon comes with many exciting features out of the box like recording requests in your tests, caching, OAuth2 and pagination. +Saloon is a PHP library that provides you with a beautiful API integration framework. It gives you all the tools you need to build and test API integrations for your application or SDKs. It can be easily customised with plugins, but It comes pre-configured for you so you can get to sending API requests right away. Saloon comes with many exciting features out of the box like recording requests in your tests, caching, OAuth2 and pagination. ```php