We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b78954 + 057a134 commit 31e4f78Copy full SHA for 31e4f78
README.md
@@ -133,7 +133,7 @@ This generates a serverstub and a clientstub class.
133
Extend the abstract server stub and implement all pure virtual (abstract) methods defined in `spec.json`.
134
135
```cpp
136
-#include "abstractsubserver.h"
+#include "abstractstubserver.h"
137
#include <jsonrpccpp/server/connectors/httpserver.h>
138
139
using namespace jsonrpc;
0 commit comments