diff --git a/build.html b/build.html index 33b1a05fb..b3749d6e8 100644 --- a/build.html +++ b/build.html @@ -318,11 +318,12 @@ function onOsChanged() { if (target === 'WebAssembly') { text = 'TDLib is available in a prebuilt form as an NPM package tdweb.
' + - 'If you want to build it manually, take a look at our example'; + 'If you want to build it manually, take a look at our example.'; target = ''; } if (target === 'Android') { - text = 'TDLib for Android is available in a prebuilt form and can be downloaded from there.'; + text = 'TDLib for Android is available in a prebuilt form and can be downloaded from there.
' + + 'See build instructions if you want to build the latest TDLib version or want to build TDLib with different interface.'; target = ''; } if (target === 'iOS') {