From 297ad0e6ff4002a6e72dd990239316d835b41573 Mon Sep 17 00:00:00 2001 From: Alec Thilenius Date: Sat, 6 May 2023 10:09:02 -0700 Subject: [PATCH] Small readme fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a78541c..eb352e0 100644 --- a/README.md +++ b/README.md @@ -198,8 +198,8 @@ Prost stopped shipping `protoc` binaries (a decision I disagree with) so [protoc-fetcher](https://crates.io/crates/protoc-fetcher) download and resolve a copy of `protoc`. This is far more turnkey than forcing every build environment (often Heroku and/or Docker) to have a recent `protoc` binary pre-installed. -This behavior can be disabled of you disagree, if you need to comply with -corporate policy, or your build environment is offline. +This behavior can be disabled if you disagree, you need to comply with corporate +policy, or your build environment is offline. I would someday like to replace all of it with a new 'lean and mean' protoc library for the Rust community. One with a built-in parser, that