Commit eaf29e5917db5c7edff9fe0b8dfc2c4f67868eb3

Authored by David Gräff
1 parent c1937235

Update readme.md

Fix some wordings in the readme
Showing 1 changed file with 2 additions and 2 deletions
readme.md
... ... @@ -38,7 +38,7 @@ You need the following software, to build OpenHantek from source:
38 38 We have build instructions available for [Linux](docs/build.md#linux), [Apple MacOSX](docs/build.md#apple) and [Microsoft Windows](docs/build.md#windows).
39 39  
40 40 ## Run OpenHantek
41   -You need a OpenGL 3.0+ or OpenGL ES 2.0+ capable graphics hardware for OpenHantek.
  41 +You need an OpenGL 3.2+ or OpenGL ES 2.0+ capable graphics hardware for OpenHantek.
42 42  
43 43 USB access for the device is required:
44 44 * As seen on the [Microsoft Windows build instructions](docs/build.md#windows) page, you need a
... ... @@ -57,7 +57,7 @@ We welcome any reported Github Issue if you have a problem with this software. S
57 57 (install clang-format. Use make target: `make format` or execute directly from the openhantek directory: `clang-format -style=file src/*`).
58 58 - Open a [pull request][12] with a clear title and description.
59 59 - Read [Add a new device](docs/adddevice.md) if you want to know how to add a device.
60   - - Do as a favour and use QtCreator as IDE on all platforms. It comes with CMake support, a decent compiler, and Qt out of the box.
  60 + - We recommend QtCreator as IDE on all platforms. It comes with CMake support, a decent compiler, and Qt out of the box.
61 61  
62 62 [10]: http://gun.io/blog/how-to-github-fork-branch-and-pull-request
63 63 [11]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
... ...