Update README

Example.java link in readme.md was broken
This commit is contained in:
Yaroslav Moiseev 2022-06-21 21:12:31 +03:00 committed by GitHub
parent 0fcc9d820b
commit 725365f490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,7 +139,7 @@ To use TDLight Java you need to include one or more native dependencies:
## Usage
An example on how to use TDLight Java can be found
here: [Example.java](https://github.com/tdlight-team/tdlight-java/blob/master/example/src/main/java/it.tdlight.example/Example.java)
here: [Example.java](https://github.com/tdlight-team/tdlight-java/blob/master/example/src/main/java/it/tdlight/example/Example.java/)
### Advanced usage