Skip to content

Commit

Permalink
Merge pull request #1463 from perk11/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
noplanman committed May 24, 2024
2 parents a019962 + 04149bd commit 0a124a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();
```
Expand Down

0 comments on commit 0a124a2

Please sign in to comment.