1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-24 10:42:31 +03:00

Update README.md

This commit is contained in:
Alexey Yurchenko
2018-10-02 19:53:04 +03:00
committed by GitHub
parent 5bf8ad1294
commit 0d2a265edc

View File

@ -201,7 +201,7 @@ Methods:
# Example usage
```
```c++
class dbms_server : public wsrep::server_context
{
public:
@ -242,4 +242,4 @@ int main()
}
```
```