From d7b5b9505a5fc258efb026f87efadd56dbb0eb52 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Thu, 20 Aug 2020 17:06:32 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7594bee..13659cf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -TDLight Java [![Build Status](https://travis-ci.org/tdlight-team/tdlight-java.svg?branch=dev)](https://travis-ci.org/tdlight-team/tdlight-java) +TDLight Java ==================== A barebone java wrapper for TDLib (and TDLight) @@ -19,8 +19,8 @@ Required libraries for linux: OpenSSL and zlib ## Including TDLight Java in a project There are two packages of TDLight: - - [TDLight](#For-TDLight-Java-with-optimized-TDLight), with our optimized fork of TDLib (Reccomended for bots) - - [TDLight with official TDLib](#For-TDLight-Java with-official-TDLib) (Reccomended for GUI clients) + - [TDLight](#For-TDLight-Java-with-optimized-TDLight), with our optimized fork of TDLib (Reccomended for bots) [![Build Status](https://travis-ci.org/tdlight-team/tdlight-java.svg?branch=dev)](https://travis-ci.org/tdlight-team/tdlight-java) + - [TDLight with official TDLib](#For-TDLight-Java with-official-TDLib) (Reccomended for GUI clients) [![Build Status](https://travis-ci.org/tdlight-team/tdlight-java.svg?branch=td-dev)](https://travis-ci.org/tdlight-team/tdlight-java) The two packages are compatible, but while TDLight is focused on long term resources usage and speed, TDLib is more focused on stability.