From 7ccef165799396f5378cd4f8db8d35d62fcc2bec Mon Sep 17 00:00:00 2001 From: "Daniel G. Taylor" Date: Thu, 9 Jan 2020 16:43:45 -0800 Subject: [PATCH] Mention no proto 2, fixes #6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35bf42a..6e2a89e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![](https://github.com/danielgtaylor/python-betterproto/workflows/CI/badge.svg) -This project aims to provide an improved experience when using Protobuf / gRPC in a modern Python environment by making use of modern language features and generating readable, understandable, idiomatic Python code. It will not support legacy features or environments. The following are supported: +This project aims to provide an improved experience when using Protobuf / gRPC in a modern Python environment by making use of modern language features and generating readable, understandable, idiomatic Python code. It will not support legacy features or environments (e.g. Protobuf 2). The following are supported: - Protobuf 3 & gRPC code generation - Both binary & JSON serialization is built-in