Update README.md

This commit is contained in:
c80k 2019-09-03 21:20:36 +02:00 committed by GitHub
parent 1938f94a8d
commit 014650d392
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ vcpkg install capnproto
```
Solution/project structure is as follows:
- Capnp.Net.sln contains three projects:
- Capnp.Net.sln contains these projects:
* Capnp.Net.Runtime is the runtime implementation, a .NET assembly.
* capnpc-csharp is the generator backend for C# language.
* Capnp.Net.Runtime.Tests is an MS Unit Testing assembly, containing - you guessed it - the test suite.