From 7713d8d8fb7342883bad3c8b4f3abf84eeef06c7 Mon Sep 17 00:00:00 2001 From: Benjamin Wireman Date: Wed, 9 Feb 2022 21:20:58 -0600 Subject: [PATCH] Update readme with working hyper links... --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ec4ea3..2ffaa35 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ gleam_pb wraps the excellent [gpb](https://github.com/tomas-abrahamsson/gpb) erl - [X] message decoding - [ ] improve UX - [X] call protoc-erl internally + - [X] flag to better handle gpb header includes - [ ] helper functions - [ ] grpc @@ -166,7 +167,7 @@ protoc --plugin=protoc-gen-gleam -I . --gleam_out="output_path=./src:./src" prot - 'output_path': (Required) specifies the desired output path - 'protoc_erl_path': path to gpb's protoc-erl -- 'gpb_header_include': path to prepend to the header include for gpb. See [Issues](#Issues) for more info +- 'gpb_header_include': path to prepend to the header include for gpb. See [Knwon Issues](#known-issues) for more info - if you need a variable include here, remember that [erlang header resolution](https://www.erlang.org/doc/reference_manual/macros.html) is quite clever and can use environment variables ```bash