summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDharkael <izhe@hotmail.es>2018-01-29 23:05:42 +0100
committerGitHub <noreply@github.com>2018-01-29 23:05:42 +0100
commit67a9edba333377a12be03bec1c0354480b0fadae (patch)
treee7edd368767efd579bed01ffc285eb4007d514c0 /README.md
parentd7d814f86110900861039e1d8076bb4b47a133eb (diff)
downloadredot-cpp-67a9edba333377a12be03bec1c0354480b0fadae.tar.gz
README: Enable cpp syntax highlighting
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4b4eccd..8ec3dfa 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ And our directory structure will be
# Creating simple class
Create `init.cpp` under `SimpleLibrary/src/` and add the following code
-```
+```cpp
#include <core/Godot.hpp>
#include <Reference.hpp>