Forgot some readme text

fb-emscripten
Claudius Holeksa 2021-12-25 15:51:32 +01:00
parent 34d2fc3f4e
commit a3715c45ef
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ using BasicStruct = schema::Struct<
>;
```
These schema classes are just meant to describe the schema itself. By itself, it can't do anything.
For a message we build
For a message we create an instance of any MessageRoot class such as `HeapMessageRoot`.
Using those schemas and appropriate container classes, we can now build a message class
```