From 04149bd8eedad60a67165c955770f94cecb8ebb8 Mon Sep 17 00:00:00 2001 From: Konstantin Pereiaslov Date: Thu, 23 May 2024 03:55:00 +0300 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c16e680..4f2978f8 100644 --- a/README.md +++ b/README.md @@ -334,7 +334,7 @@ $ ./getUpdatesCLI.php ### getUpdates without database -If you choose to / or are obliged to use the `getUpdates` method without a database, you can replace the `$telegram->useMySQL(...);` line above with: +If you choose to / or are obliged to use the `getUpdates` method without a database, you can replace the `$telegram->enableMySql(...);` line above with: ```php $telegram->useGetUpdatesWithoutDatabase(); ```