Skip to content

Commit c3dadfd

Browse files
Update README.md
Minor heading format tweaks for the readme
1 parent a727f11 commit c3dadfd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ logging_level=error
9595

9696
Using gradle you can simple issue gradle commands from the command line to run the application.
9797

98-
####Mac/Linux:
98+
#### Mac/Linux:
9999
```
100100
./gradlew run
101101
```
102-
####Windows:
102+
#### Windows:
103103
```
104104
gradle.bat run
105105
```
@@ -146,7 +146,7 @@ Example installer
146146
This example includes a very basic way to generate an Installer you could use to distribute your application for Mac, Windows, Linux, etc... The included installer is just an example and is not required to be used if you want to distribute your application using another install builder like install4j (http://www.ej-technologies.com/products/install4j/overview.html) or lzPack (http://izpack.org/). This is simply a quick and dirty example to show what is possible.
147147

148148
to use the example installer simply execute the jfxNative task from your IDE or using the Gradle command line. Here is an example of executing the installer task using Gradle in the command line.
149-
#####Mac:
149+
##### Mac:
150150
```
151151
./gradlew jfxNative
152152
```
@@ -156,7 +156,7 @@ On Mac this will produce a DMG file that can be used to install the application
156156

157157
This example does not deal with signing the MacOS DMG or the application. For more on how to sign your DMG and APP file please visit Apple's documentation on signing (https://developer.apple.com/library/content/technotes/tn2206/_index.html). To integrate signing into the jfxNative Gradle Plugin please visit (https://github.com/FibreFoX/javafx-gradle-plugin)
158158

159-
#####Windows:
159+
##### Windows:
160160
```
161161
gradle.bat jfxNative
162162
```

0 commit comments

Comments
 (0)