From 43951e206d04577c6704ad6b3b6820be3e5e8597 Mon Sep 17 00:00:00 2001 From: dimonchik0036 Date: Mon, 30 Jul 2018 16:01:29 +0700 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a24c1ab..d43568a 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Note: All parameters (including these) are passed on to your application. So pl #### Include other artifacts -`--include-extensions` accepts a comma separated list of filename extensions to include of other resources from the build dir. By default it always includes jar,war. +`--include-extensions` accepts a comma separated list of filename extensions to include of other resources from the build dir. By default it always includes jar, war. #### Class-Loader issues @@ -118,7 +118,7 @@ Check out these prebuilt installers for a more complex demo application By default, the artifacts are downloaded to the current working directory. This is usually fine for native installers, but if you distribute your application via just the launcher jar, you might want to specify where the downloaded artifacts land. See the -[cache dir documentation](https://github.com/edvin/fxlauncher/wiki/Optional-Cache-Directory)for more information. +[cache dir documentation](https://github.com/edvin/fxlauncher/wiki/Optional-Cache-Directory) for more information. ## Installation location