Skip to content

Commit 142ee8f

Browse files
Brian OlsenBrian Olsen
authored andcommitted
Fix readme title
1 parent 7df68e4 commit 142ee8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# OSRM Text Instructions - Java J2V8 Wrapper
22
This library wraps javascript functions from the [OSRM Text Instructions](https://github.com/Project-OSRM/osrm-text-instructions) library that is programmed in javascript as a java project. The osrm-text-instructions library is uses the [MapBox LegStep](https://www.mapbox.com/android-docs/api/mapbox-java/libjava-services/2.2.9/com/mapbox/services/api/directions/v5/models/LegStep.html) model and compiles human readable instructions on how to follow the next direction on a route. I had the need and idea to port the node module by running a V8 instance on the JVM using the wonderful [J2V8 library](https://github.com/eclipsesource/J2V8) and allowing direct calls to the main javascript library from Java. This will make keeping up the development simple as new functionality arises.
33

4-
##Some example uses
4+
## Some example uses
55
```
66
try (OSRMTextInstructions textInstructions = new OSRMTextInstructions(VERSION)) {
77
String wayName = "Route 66";

0 commit comments

Comments
 (0)