diff options
author | Phil Burk <[email protected]> | 2023-05-18 15:33:48 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-05-18 15:33:48 -0700 |
commit | 67037f35b80fac494853179f28e4536fa90ebb08 (patch) | |
tree | 28460250ea996f9118bbdf48a160d152eb951fff | |
parent | be38baad02cf68f1ad09bed5fc2c416b71e8a924 (diff) |
Update README.md
Remove trailing white spaces.
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -35,7 +35,7 @@ For Groovy gradle files use: dependencies { implementation "com.github.philburk:jsyn:latest.release" } - + The syntax is slightly different if you are using ".kts" files. repositories { @@ -64,7 +64,7 @@ Then enter: ant The resulting jar will be placed in "dist/lib/". - + To run the built-in test App on a desktop, enter something like this: java -jar dist/lib/jsyn-20230410.jar @@ -81,12 +81,12 @@ Enter: cd jsyn # or jsyn-master ./gradlew assemble - + The resulting jar will be placed in "build/libs/". To run the built-in test App on a desktop, enter something like this: java -jar build/libs/jsyn-17.1.0.jar - + but with the correct version. ### Test Using Gradle |