From 98056001ccb162f0468f597b8e33da562aed65cf Mon Sep 17 00:00:00 2001 From: c80k Date: Sun, 14 Jul 2019 17:16:35 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb52c37..e019629 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Disclaimer: Neither this project nor its author are affiliated with Cap'n Proto. ## Getting started: Users -The overall deployment consists of two independent binaries: +The overall deployment consists of two components: - The C# code generator back end is required for generating `.cs` serialization classes from `.capnp` schema files. It is designed to be used in conjunction with the Cap'n Proto tool set which is maintained at the original site. The tool set is required at compile time. - The `Capnp.Net.Runtime` assembly is to be included as a reference into your particular application (or assembly).