diff --git a/README.md b/README.md index 74b1418..5dc1b57 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,11 @@ Define your protocols for webservices, protobuf, Avro, etc., in one place, and a - Generate source code for integration with your favorite languages. - Example python code for processing messages using the schema definitions. +The main readme for the installable python package is [dist-readme.md](dist-readme.md). ## Generated Documenation -Basic markdown documentation is generated by the [generate.py](interface_gen/generate.py) script: +An example of the markdown documentation is generated by the [generate.py](interface_gen/generate.py) script: [docs/generated](docs/generated/index.md)