Fixed typo (obviously)

This commit is contained in:
Sys 2021-07-24 23:11:14 +02:00
parent 5ec4aea920
commit cad00a6155
No known key found for this signature in database
GPG Key ID: 3CD2C29F8AB39BFD
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Extract the latest schema in YAML format:
### Stubs
TGScraper can also generate class stubs that you can use in your library. A sample implementation is available in the [Sysbot API module](https://github.com/Sysbot-org/Sysbot-api).
TGScraper can also generate class stubs that you can use in your library. A sample implementation is available in the [Sysbot Telegram module](https://github.com/Sysbot-org/Sysbot-tg).
Create stubs in the `out/` directory using `Sysbot\Api` as namespace prefix: