Skip to content

Commit 2a921a8

Browse files
committed
fixed readme
1 parent 807291d commit 2a921a8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Apache 2.0 License
1313
1. Java11 or Higher on OS X
1414
2. JNA
1515

16-
##Installation
16+
## Installation
1717

1818
1. Check out the project and use `mvn clean install` (for debug builds) or `mvn clean install -Drelease=true` (for release builds) to build it
1919
2. include it as a maven depencency in your project:
@@ -24,23 +24,23 @@ Apache 2.0 License
2424
<version>1.0-SNAPSHOT</version>
2525
```
2626

27-
##Examples
27+
## Examples
2828

2929
* [Sample wrapper of NSOpenPanel and NSSavePanel](https://gist.github.com/shannah/65007754c2b0f8add4f7)
3030
* [Example using WebKit and .nib file](https://github.com/shannah/Java-Objective-C-Bridge/blob/master/java/test/ca/weblite/objc/TestWebView.java)
3131
* [Loading Nib File](https://github.com/shannah/Java-Objective-C-Bridge/blob/master/java/test/ca/weblite/objc/LoadNibSample.java)
3232
* [Wrapper for NSProcessInfo to Solve App Nap Problem](java/test/ca/weblite/objc/NSProcessInfoUtils.java)
3333

34-
##JavaDocs & Documentation
34+
## JavaDocs & Documentation
3535

3636
* [Documentation](http://solutions.weblite.ca/java-objective-c-bridge/docs)
3737
* Read a [blog post](http://www.shannah.ca/blog/?p=219) about the motivation for this project.
3838

39-
##Contact
39+
## Contact
4040

4141
* [Mailing List](http://java.net/projects/java-objc-bridge/lists)
4242

43-
##Credits
43+
## Credits
4444

4545
Created by [Steve Hannah](http://sjhannah.com)
4646

0 commit comments

Comments
 (0)