diff options
Diffstat (limited to 'examples/node/dynamic_codegen/README.md')
-rw-r--r-- | examples/node/dynamic_codegen/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/node/dynamic_codegen/README.md b/examples/node/dynamic_codegen/README.md new file mode 100644 index 0000000000..1a6ec17a3e --- /dev/null +++ b/examples/node/dynamic_codegen/README.md @@ -0,0 +1 @@ +This is the dynamic code generation variant of the Node examples. Code in these examples is generated at runtime using Protobuf.js. |