From 5cd60a7e9c972c21d0f723b76a40f9da891a88fe Mon Sep 17 00:00:00 2001 From: Sean Morris <640101+seanmorris@users.noreply.github.com> Date: Sun, 25 Feb 2024 10:05:42 -0500 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fe5d59..83bd74d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ $ composer require seanmorris/ksqlc #### Open a connection -Grab the URL to your KSQL server's REST endpoint, and it use it to create a new `Ksqlc` object to begin: +Grab the URL to your KSQL server's REST endpoint, and use it to create a new `Ksqlc` object to begin: ```php