Make README.md compatible with both github and doxygen

This commit is contained in:
Dmitry Marakasov 2015-09-17 18:03:00 +03:00
parent bee32f54da
commit 04db362971

View File

@ -7,7 +7,7 @@ This library provides C++11 bindings/wrapper for SDL2 and satellite libraries.
## Synopsis ## ## Synopsis ##
```c++ ```cpp
try { try {
using namespace SDL2pp; using namespace SDL2pp;