Skip to content

Commit

Permalink
Attempt to correct indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alus- committed Jan 5, 2020
1 parent d75ccf8 commit 3b5d2d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ Here, an already compiled *Java* JAR executable: [**GPXrouteConverter.jar**](htt
How to use it
-------------
1. Launch the provided JAR executable
* On *Windows* it should be enough to double click the JAR file
* Anyway from command line it would be: `java -jar GPXrouteConverter.jar`
- On *Windows* it should be enough to double click the JAR file
- Anyway from command line it would be: `java -jar GPXrouteConverter.jar`
2. Browse to the directory where the file(s) to convert are located
3. Choose if you want to convert **from** *VfrFlight* files (.vfr) or **from** *GPX* files (.gpx)
4. Select the file(s) to be converted
5. Press the *Convert* button
6. The converted files will be created in the same folder
* The selected *VfrFlight* file(s) will be converted to *GPX* with **.gpx** extension ...
* ... or the selected *GPX* file(s) will be converted to *VfrFlight* with **.vfr** extension
- The selected *VfrFlight* file(s) will be converted to *GPX* with **.gpx** extension ...
- ... or the selected *GPX* file(s) will be converted to *VfrFlight* with **.vfr** extension

0 comments on commit 3b5d2d5

Please sign in to comment.