Skip to content

Commit

Permalink
docs: fix pbjs link in README (#1578)
Browse files Browse the repository at this point in the history
parent README doesn't have documentation about pbjs and it is moved to cli's README, update the link to the correct one.
  • Loading branch information
senthilkumarkj committed Apr 9, 2021
1 parent 95b5681 commit 40a6b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -82,7 +82,7 @@ The library supports CommonJS and AMD loaders and also exports globally as `prot

Where bundle size is a factor, there are additional stripped-down versions of the [full library][dist-full] (~19kb gzipped) available that exclude certain functionality:

* When working with JSON descriptors (i.e. generated by [pbjs](#pbjs-for-javascript)) and/or reflection only, see the [light library][dist-light] (~16kb gzipped) that excludes the parser. CommonJS entry point is:
* When working with JSON descriptors (i.e. generated by [pbjs](cli/README.md#pbjs-for-javascript)) and/or reflection only, see the [light library][dist-light] (~16kb gzipped) that excludes the parser. CommonJS entry point is:

```js
var protobuf = require("protobufjs/light");
Expand Down

0 comments on commit 40a6b35

Please sign in to comment.