From 67fe5926da6dc5ed0ea04f0784f3bf8f19333cd5 Mon Sep 17 00:00:00 2001 From: bas <3939334+basgroot@users.noreply.github.com> Date: Mon, 12 Sep 2022 22:35:47 +0200 Subject: [PATCH] Update CDN (RawGit EOL) (#1806) Issue: #1794 --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 18ac16dd3..b88c0229f 100644 --- a/README.md +++ b/README.md @@ -65,16 +65,16 @@ $> npm install protobufjs-cli [--save --save-prefix=~] Development: ``` - + ``` Production: ``` - + ``` -**Remember** to replace the version tag with the exact [release](https://github.com/dcodeIO/protobuf.js/tags) your project depends upon. +**Remember** to replace the version tag with the exact [release](https://github.com/protobufjs/protobuf.js/tags) your project depends upon. The library supports CommonJS and AMD loaders and also exports globally as `protobuf`. @@ -94,9 +94,11 @@ Where bundle size is a factor, there are additional stripped-down versions of th var protobuf = require("protobufjs/minimal"); ``` -[dist-full]: https://github.com/dcodeIO/protobuf.js/tree/master/dist -[dist-light]: https://github.com/dcodeIO/protobuf.js/tree/master/dist/light -[dist-minimal]: https://github.com/dcodeIO/protobuf.js/tree/master/dist/minimal +| Distribution | Location +|------------|----------------------------------- +| Full | +| Light | +| Minimal | Usage -----