Skip to content

Commit 04149bd

Browse files
authoredMay 23, 2024
Fix typo in README.md
1 parent 57a649c commit 04149bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ $ ./getUpdatesCLI.php
334334

335335
### getUpdates without database
336336

337-
If you choose to / or are obliged to use the `getUpdates` method without a database, you can replace the `$telegram->useMySQL(...);` line above with:
337+
If you choose to / or are obliged to use the `getUpdates` method without a database, you can replace the `$telegram->enableMySql(...);` line above with:
338338
```php
339339
$telegram->useGetUpdatesWithoutDatabase();
340340
```

0 commit comments

Comments
 (0)