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.
1 parent 557a2b2 commit 6bb2a16Copy full SHA for 6bb2a16
README.md
@@ -155,7 +155,7 @@ Call jsonrpcstub:
155
jsonrpcstub spec.json --cpp-server=AbstractStubServer --cpp-client=StubClient
156
mkdir -p gen
157
mv abstractstubserver.h gen
158
-mv stubclient.ch gen
+mv stubclient.h gen
159
```
160
161
This generates an `AbstractStubServer` and a `StubClient` class and moves them to the `gen` folder.
0 commit comments