From 40a6b353f9f2ca382909039e78e2e92c1d7d61f6 Mon Sep 17 00:00:00 2001 From: SK <450723+senthilkumarkj@users.noreply.github.com> Date: Fri, 9 Apr 2021 15:43:38 -0700 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e19e5655f..18ac16dd3 100644 --- a/README.md +++ b/README.md @@ -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");