File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -65,16 +65,16 @@ $> npm install protobufjs-cli [--save --save-prefix=~]
65
65
Development:
66
66
67
67
```
68
- <script src="//cdn.rawgit.com/dcodeIO/protobuf.js/6 .X.X/dist/protobuf.js"></script>
68
+ <script src="//cdn.jsdelivr.net/npm/protobufjs@7 .X.X/dist/protobuf.js"></script>
69
69
```
70
70
71
71
Production:
72
72
73
73
```
74
- <script src="//cdn.rawgit.com/dcodeIO/protobuf.js/6 .X.X/dist/protobuf.min.js"></script>
74
+ <script src="//cdn.jsdelivr.net/npm/protobufjs@7 .X.X/dist/protobuf.min.js"></script>
75
75
```
76
76
77
- ** Remember** to replace the version tag with the exact [ release] ( https://github.com/dcodeIO /protobuf.js/tags ) your project depends upon.
77
+ ** Remember** to replace the version tag with the exact [ release] ( https://github.com/protobufjs /protobuf.js/tags ) your project depends upon.
78
78
79
79
The library supports CommonJS and AMD loaders and also exports globally as ` protobuf ` .
80
80
@@ -94,9 +94,11 @@ Where bundle size is a factor, there are additional stripped-down versions of th
94
94
var protobuf = require (" protobufjs/minimal" );
95
95
```
96
96
97
- [ dist-full ] : https://github.com/dcodeIO/protobuf.js/tree/master/dist
98
- [ dist-light ] : https://github.com/dcodeIO/protobuf.js/tree/master/dist/light
99
- [ dist-minimal ] : https://github.com/dcodeIO/protobuf.js/tree/master/dist/minimal
97
+ | Distribution | Location
98
+ |------------|-----------------------------------
99
+ | Full | < https://cdn.jsdelivr.net/npm/protobufjs/dist/ >
100
+ | Light | < https://cdn.jsdelivr.net/npm/protobufjs/dist/light/ >
101
+ | Minimal | < https://cdn.jsdelivr.net/npm/protobufjs/dist/minimal/ >
100
102
101
103
Usage
102
104
-----
You can’t perform that action at this time.
0 commit comments