Skip to content

Commit 40a6b35

Browse files
docs: fix pbjs link in README (#1578)
parent README doesn't have documentation about pbjs and it is moved to cli's README, update the link to the correct one.
1 parent 95b5681 commit 40a6b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The library supports CommonJS and AMD loaders and also exports globally as `prot
8282

8383
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:
8484

85-
* 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:
85+
* 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:
8686

8787
```js
8888
var protobuf = require("protobufjs/light");

0 commit comments

Comments
 (0)