diff --git a/README.md b/README.md index 60d9538..0ce1c11 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@
-------- +--- ## About @@ -52,12 +52,13 @@Bypass for PHP provides a quick way to create a custom HTTP Server to return predefined responses to client requests.
-This is useful in tests when your application make requests to external services, and you need to simulate different situations like returning specific data or unexpected server errors.
+This is useful in tests when your application makes requests to external services, and you need to simulate different situations like returning specific data or unexpected server errors.
+Just open a Bypass server and configure your application/service to reach Bypass instead of the real-world API end point.