From c578c194eabc696ef358b31017b89bd50ccb131e Mon Sep 17 00:00:00 2001 From: Eric Duminil <eric.duminil@gmail.com> Date: Fri, 8 Nov 2019 14:35:34 +0100 Subject: [PATCH] Reordering README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d75ab26..d8d9a3e 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # RegionChooser - - [RegionChooser](https://transfer.hft-stuttgart.de/gitlab/hft_gitlab/regionchooser) is a Java project. Its graphical interface allows to extract a specific region from [CityGML](https://www.opengeospatial.org/standards/citygml) and save it as a smaller CityGML file. + + It uses: - * Java 8 - * JavaFX - * [Openlayers](https://openlayers.org/) +* Java 8 +* JavaFX +* [Openlayers](https://openlayers.org/) ## Installation @@ -16,8 +16,8 @@ It uses: ## Usage -`start.bat` in Windows -`./start.sh` in Linux +* `start.bat` in Windows +* `./start.sh` in Linux ## Author -- GitLab