diff --git a/build.html b/build.html index cc4910b6b..289fd2823 100644 --- a/build.html +++ b/build.html @@ -28,6 +28,7 @@ select.large { font-size: large; } + @@ -202,6 +203,8 @@ function getExampleAnchor(language) { case 'Elixir': case 'C': return language.toLowerCase(); + case 'Object Pascal': + return 'object-pascal'; case 'C#': return 'csharp'; case 'C++': diff --git a/example/README.md b/example/README.md index eab03bbf2..d9081f9b8 100644 --- a/example/README.md +++ b/example/README.md @@ -139,10 +139,11 @@ See [example/ios](https://github.com/tdlib/td/tree/master/example/ios) for an ex ## Using TDLib in Object Pascal projects with Delphi and Lazarus -TDLib can be used from the Object Pascal programming language. +TDLib can be used from the Object Pascal programming language through the [JSON](https://github.com/tdlib/td#using-json). -See [tdlib-delphi](https://github.com/dieletro/tdlib-delphi) or [tdlib-lazarus](https://github.com/dieletro/tdlib-lazarus) for examples of such use and a Delphi or Lazarus client for TDLib. -This Example was developed for use and consumption of the Official [*Telegram TDLib API*](https://core.telegram.org/tdlib) for use in Delphi +See [tdlib-delphi](https://github.com/dieletro/tdlib-delphi) for an example of TDLib usage from Delphi. + +See [tdlib-lazarus](https://github.com/dieletro/tdlib-lazarus) for an example of TDLib usage from Lazarus. ## Using TDLib in Dart projects