Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chronoxor committed May 15, 2019
1 parent e801401 commit 64582c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -256,7 +256,7 @@ Options:
# Build domain model
Generated domain model is represented with source code for the particular language.
Just add it to your project and build it.
Just add it to your project and build it.
There are several issues and dependencies that should be mentioned:
### C++
Expand Down Expand Up @@ -327,7 +327,7 @@ Follow the steps below in order to deserialize any domain object:
Here is an exmple of FBE serialization in C++ language:
```c++
#include "../proto/proto.h"
#include "../proto/proto_models.h"
#include <iostream>
Expand Down Expand Up @@ -407,7 +407,7 @@ Follow the steps below in order to deserialize any domain object:
Here is an exmple of FBE final serialization in C++ language:
```c++
#include "../proto/proto.h"
#include "../proto/proto_models.h"
#include <iostream>
Expand Down Expand Up @@ -863,7 +863,7 @@ pipe, etc.
Here is an exmple of using Sender/Receiver communication protocol in C++ language:
```c++
#include "../proto/proto.h"
#include "../proto/proto_protocol.h"
#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion examples/serialization_json.cpp
Expand Up @@ -6,7 +6,7 @@
\copyright MIT License
*/

#include "../proto/proto_models.h"
#include "../proto/proto.h"

#include <iostream>

Expand Down

0 comments on commit 64582c8

Please sign in to comment.