Skip to content

Commit 0a124a2

Browse files
authored
Merge pull request #1463 from perk11/patch-1
Fix typo in README.md
2 parents a019962 + 04149bd commit 0a124a2

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)