From 6441e0732a942ce13229b1acef440ab4c708a71a Mon Sep 17 00:00:00 2001
From: bas <3939334+basgroot@users.noreply.github.com>
Date: Sun, 11 Sep 2022 17:05:39 +0200
Subject: [PATCH] Update CDN (RawGit EOL)
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
-----