File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Features
68
68
--------
69
69
* [ CommonJS] ( http://www.commonjs.org/ ) compatible
70
70
* [ RequireJS] ( http://requirejs.org/ ) /AMD compatible
71
- * Shim compatible (include the script, then use var ByteBuffer = dcodeIO.ByteBuffer;)
71
+ * Browser compatible (include the script, then use var ByteBuffer = dcodeIO.ByteBuffer;)
72
72
* [ node.js] ( http://nodejs.org ) compatible, also available via [ npm] ( https://npmjs.org/package/bytebuffer )
73
73
* [ Closure Compiler] ( https://developers.google.com/closure/compiler/ ) ADVANCED_OPTIMIZATIONS compatible (fully annotated,
74
74
` ByteBuffer.min.js ` has been compiled this way, ` ByteBuffer.min.map ` is the source map)
@@ -90,7 +90,7 @@ bb.flip();
90
90
console .log (bb .readLString ()+ " from ByteBuffer.js" );
91
91
```
92
92
93
- ### Browser (shim) ###
93
+ ### Browser ###
94
94
95
95
Optionally depends on [ Long.js] ( https://github.com/dcodeIO/Long.js ) for long (int64) support. If you do not require long
96
96
support, you can skip the Long.js include.
You can’t perform that action at this time.
0 commit comments