From cad00a615579f4aa5e153d5ae884a4badeeb815a Mon Sep 17 00:00:00 2001 From: Sys <28715512+sys-001@users.noreply.github.com> Date: Sat, 24 Jul 2021 23:11:14 +0200 Subject: [PATCH] Fixed typo (obviously) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c7956a..24fd39d 100644 --- a/README.md +++ b/README.md @@ -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: