From b2ba38da7d2fdd24ce24546496a6b99781864edc Mon Sep 17 00:00:00 2001 From: Kevin Montag Date: Thu, 10 Oct 2024 05:28:23 +0200 Subject: [PATCH] [docs] update protobuf.js link and formatting The casing was changed in v5.0 (https://github.com/protobufjs/protobuf.js/wiki/Changes-in-protobuf.js-5.0), and the repository organization was updated at some point. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c30eb66..6b35a88 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ Webpack loader to translate [protobuf](https://github.com/google/protobuf/) definitions to -[ProtoBuf.js](https://github.com/dcodeIO/ProtoBuf.js/) +[protobuf.js](https://github.com/protobufjs/protobuf.js) modules. Equivalent to running your definitions through the [pbjs CLI](https://github.com/protobufjs/protobuf.js/tree/master/cli). -This allows you to use the light or minimal ProtoBuf.js distributions +This allows you to use the light or minimal protobuf.js distributions without an explicit compile step in your build pipeline. # Installation