diff --git a/README.md b/README.md index 439cb53..185a75b 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ Methods: # Example usage -``` +```c++ class dbms_server : public wsrep::server_context { public: @@ -242,4 +242,4 @@ int main() } -``` \ No newline at end of file +```