Skip to content

Commit 73a8b53

Browse files
authored
Update README.md
1 parent 35a2afa commit 73a8b53

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
@@ -5,10 +5,10 @@
55
[![JCenter](https://img.shields.io/bintray/v/spair/io.imgui.java/lwjgl3.svg?label=lwjgl3)](https://bintray.com/spair/io.imgui.java/lwjgl3/_latestVersion)
66
[![javadoc](https://javadoc.io/badge2/io.imgui.java/binding/javadoc.svg)](https://javadoc.io/doc/io.imgui.java/binding)
77

8-
A handcrafted/generated Java binding for [Dear-ImGui](https://github.com/ocornut/imgui) with no dependencies
8+
A handcrafted/generated Java binding for [Dear ImGui](https://github.com/ocornut/imgui) with no dependencies
99
and ready to use pre-compiled binaries.
1010

11-
It's a straightforward binding, which uses JNI to do a direct calls to Dear-ImGui API.<br>
11+
It's a straightforward binding, which uses JNI to do a direct calls to Dear ImGui API.<br>
1212
Since we live in Java world - some things require to do them respectively to that fact. Please read **Binding notice**.
1313
Despite this fact, see official [documentation](https://github.com/ocornut/imgui#usage) and [wiki](https://github.com/ocornut/imgui/wiki)
1414
to get more info about how to do things in ImGui.

0 commit comments

Comments
 (0)