Update README.md
This commit is contained in:
parent
72c084d2c5
commit
0e2d613186
@ -1,10 +1,9 @@
|
||||
TDLight Java Wrapper
|
||||
TDLight Java [![Build Status](https://travis-ci.org/tdlight-team/tdlight-java.svg?branch=dev)](https://travis-ci.org/tdlight-team/tdlight-java)
|
||||
====================
|
||||
[![Build Status](https://travis-ci.org/tdlight-team/tdlight-java.svg?branch=dev)](https://travis-ci.org/tdlight-team/tdlight-java)
|
||||
|
||||
A barebone java wrapper for TDLib (and TDLight)
|
||||
|
||||
This wrapper gives you access to TDLib in Java without implementing a simpler or different abstraction layer.
|
||||
This wrapper gives you direct access to TDLib API in Java.
|
||||
|
||||
## Requirements
|
||||
JVM: Oracle JVM and OpenJDK
|
||||
@ -78,6 +77,9 @@ public class Example {
|
||||
}
|
||||
```
|
||||
|
||||
### TDLib methods documentation
|
||||
[TdApi class javadoc](https://tdlight-team.github.io/tdlib-docs)
|
||||
|
||||
## About
|
||||
#### License
|
||||
TDLight is licensed by Andrea Cavalli <andrea@cavallium.it> under the terms of the GNU Lesser General Public License 3
|
||||
|
Loading…
Reference in New Issue
Block a user