Skip to content

Commit 6bb2a16

Browse files
author
Jake Johnson
authored
typo in readme for step 2 (#313)
1 parent 557a2b2 commit 6bb2a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Call jsonrpcstub:
155155
jsonrpcstub spec.json --cpp-server=AbstractStubServer --cpp-client=StubClient
156156
mkdir -p gen
157157
mv abstractstubserver.h gen
158-
mv stubclient.ch gen
158+
mv stubclient.h gen
159159
```
160160

161161
This generates an `AbstractStubServer` and a `StubClient` class and moves them to the `gen` folder.

0 commit comments

Comments
 (0)