Skip to content

Commit

Permalink
[docs] update protobuf.js link and formatting
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kmontag authored Oct 10, 2024
1 parent 6475c2c commit b2ba38d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2ba38d

Please sign in to comment.