diff --git a/README.md b/README.md index ecec82fe..15c1bf6b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,6 @@ Currently the API is unstable and the whole thing is a work in progress. You can compile your application with it like: - c++ myapp.cc cubescript.cc -o myapp -std=c++11 -Wall -Wextra -I. -Ipath/to/octastd + c++ myapp.cc cubescript.cc -o myapp -std=c++14 -Wall -Wextra -I. -Ipath/to/octastd See COPYING.md for licensing information. \ No newline at end of file