Skip to content

Commit

Permalink
Update README.md & docs (#38)
Browse files Browse the repository at this point in the history
* Update README.md

Missing ':'

* Update visualization_howto.md

Fix bold styling
  • Loading branch information
eduherminio authored and facontidavide committed Apr 23, 2017
1 parent dd7e428 commit 4ff2d97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ The only binary dependency that you need installed in your system is Qt5. On Ubu

sudo apt-get -y install qtbase5-dev libqt5svg5-dev

On Fedora
On Fedora:

sudo dnf install qt5-qtbase-devel qt5-qtsvg-devel

Then compile using cmake (qmake is NOT supported).
Then compile using cmake (qmake is NOT supported):

mkdir build; cd build
cmake ..
Expand Down
2 changes: 1 addition & 1 deletion docs/visualization_howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Zoom Into a user defined rectangle pressing the __Left Mouse__ button on the plo

## Zoom In/Out
Zoom In and Out using the __Middle Wheel__ of the Mouse. Alternatively, you can use the buttons
__ Plus(+)__ and __Minus(-)__.
__Plus(+)__ and __Minus(-)__.

![zoom with wheel](images/pj-wheel-zoom.gif)

Expand Down

0 comments on commit 4ff2d97

Please sign in to comment.