README: fix Java usage example link

This commit is contained in:
Simon Legner 2021-01-04 10:20:32 +01:00 committed by GitHub
parent ee9144ef25
commit c5fc8124bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ To build the Java library run:
mvn package mvn package
``` ```
For a Java usage example, see src.java/crosby/binary/test/ReadFileExample.java For a Java usage example, see [`ReadFileTest`](https://github.com/openstreetmap/OSM-binary/blob/master/test.java/crosby/binary/ReadFileTest.java)
## C++ Version ## C++ Version