Skip to content

Commit 25b8861

Browse files
authored
Update README.md
Fixed typo think > thin
1 parent c3dadfd commit 25b8861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Overview
88
----------
99

10-
The Predix Mobile Java application is an example of how the [Predix Mobile Java SDK](https://github.com/PredixDev/PredixMobileJavaSDK) can be used to create a think client for Mac, Windows, Linux or any other operating system that Java supports. For an overview of Predix Mobile development please visit the [SDK repo](https://github.com/PredixDev/PredixMobileSDK) and [wiki](https://github.com/PredixDev/PredixMobileSDK/wiki).
10+
The Predix Mobile Java application is an example of how the [Predix Mobile Java SDK](https://github.com/PredixDev/PredixMobileJavaSDK) can be used to create a thin client for Mac, Windows, Linux or any other operating system that Java supports. For an overview of Predix Mobile development please visit the [SDK repo](https://github.com/PredixDev/PredixMobileSDK) and [wiki](https://github.com/PredixDev/PredixMobileSDK/wiki).
1111

1212
This reference application provides the following:
1313

@@ -51,7 +51,7 @@ This will cause a message to be printed to the console that looks something like
5151
5252
This will allow you to set break points and examine areas of your JavaScript running in the JavaFX WebView.
5353

54-
##### limitations:
54+
##### Limitations:
5555

5656
One limitation is console messages from you JavaScript will not be available in the Chrome console tab. Instead you should enable a redirect that shows JavaScript console logs in the Java console.
5757

0 commit comments

Comments
 (0)