Merge pull request #61 from simon04/patch-4

README: fix Java usage example link
This commit is contained in:
Jochen Topf 2021-01-04 13:42:24 +01:00 committed by GitHub
commit 1c7fadcde8
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
```
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