Skip to content

Commit 1a8105c

Browse files
committed
Update README.md
1 parent 7d488cb commit 1a8105c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ A (new!) Java port of the [webview project](https://github.com/webview/webview).
44

55
## How to use
66

7-
1) Include the libary in your project (see the [JitPack page](https://jitpack.io/#Casterlabs/webview)).
8-
2) Copy and run the example in `Example.java`.
9-
3) Profit!
7+
1. Include the libary in your project (see the [JitPack page](https://jitpack.io/#Casterlabs/webview)).
8+
2. Copy and run the example in `Example.java`.
9+
3. Profit!
1010

1111
## MacOS
12+
1213
MacOS requires that all UI code be executed from the first thread, which means you will need to launch Java with `-XstartOnFirstThread`. This also means that the Webview AWT helper will NOT work at all.
1314

1415
## TODO
1516

16-
Build our own DLLs and whatnot, the current ones are copied from the C# port.
17+
Build our own DLLs and whatnot, the current ones are copied from the Kotlin port.

0 commit comments

Comments
 (0)