Skip to content

Commit 3e953ff

Browse files
authored
Update README.md
1 parent fdf07de commit 3e953ff

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ Screenshot in action below (chessboard not included 😛):
77

88
![Screenshot](http://i.imgur.com/WsprAM6.png?1)
99

10-
# Some Examples
10+
# Usage
11+
12+
Go to the releases and download the latest version of `material-ui-swing.jar`. Add it to your project's build path (e.g. for IntelliJ [this](https://www.jetbrains.com/help/idea/import-project-from-existing-sources-libraries-page.html) might help), and you're all set!
13+
14+
## Example
1115

1216
````java
1317
import mdlaf.*;
@@ -44,7 +48,7 @@ public class MaterialUISwingDemo {
4448
}
4549
````
4650

47-
Check `src/MaterialUISwingDemo.java` for a slightly longer example of how to use this library (and an explanation of what everything means/does).
51+
Check `src/main/java/MaterialUISwingDemo.java` for a slightly longer example of how to use this library (and an explanation of what everything means/does).
4852
For a real-world example of usage, see [here](https://github.com/atarw/washer-chess).
4953

5054
# Misc

0 commit comments

Comments
 (0)