Skip to content

Commit

Permalink
Fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteHamster committed Feb 3, 2018
1 parent e3822ec commit b28ecd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DrawingPad
Simple drawing application that can be controlled from the command line
Simple drawing application that can be controlled from the command line. Saves automatically when closing the window.

You need JavaFx to execute: `java -jar drawingPad.jar output.png`
java -jar drawingPad.jar output.png

![Screenshot](screenshot.png | width=300)
<img src="https://github.com/ByteHamster/DrawingPad/blob/master/screenshot.png" width="400">

0 comments on commit b28ecd1

Please sign in to comment.