Skip to content

Commit 3534a63

Browse files
committed
README
1 parent 91df1d3 commit 3534a63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Features
6868
--------
6969
* [CommonJS](http://www.commonjs.org/) compatible
7070
* [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;)
7272
* [node.js](http://nodejs.org) compatible, also available via [npm](https://npmjs.org/package/bytebuffer)
7373
* [Closure Compiler](https://developers.google.com/closure/compiler/) ADVANCED_OPTIMIZATIONS compatible (fully annotated,
7474
`ByteBuffer.min.js` has been compiled this way, `ByteBuffer.min.map` is the source map)
@@ -90,7 +90,7 @@ bb.flip();
9090
console.log(bb.readLString()+" from ByteBuffer.js");
9191
```
9292

93-
### Browser (shim) ###
93+
### Browser ###
9494

9595
Optionally depends on [Long.js](https://github.com/dcodeIO/Long.js) for long (int64) support. If you do not require long
9696
support, you can skip the Long.js include.

0 commit comments

Comments
 (0)