Skip to content

Commit 774f658

Browse files
committed
Fix typo
1 parent f7fda5a commit 774f658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ByteBuffer uses either ArrayBuffers in the browser or Buffers under node.js.
88
* **[ByteBufferAB.js](https://raw.githubusercontent.com/dcodeIO/ByteBuffer.js/master/dist/ByteBufferAB.js)**
99
uses an ArrayBuffer as its backing buffer, accessed through a DataView.
1010

11-
* **[ByteBifferAB.min.js](https://raw.githubusercontent.com/dcodeIO/ByteBuffer.js/master/dist/ByteBufferAB.min.js)**
11+
* **[ByteBufferAB.min.js](https://raw.githubusercontent.com/dcodeIO/ByteBuffer.js/master/dist/ByteBufferAB.min.js)**
1212
has been compiled with Closure Compiler using `--compilation_level=ADVANCED_OPTIMIZATIONS`.
1313

1414
* **[ByteBufferAB.min.js.gz](https://raw.githubusercontent.com/dcodeIO/ByteBuffer.js/master/dist/ByteBufferAB.min.js.gz)**

0 commit comments

Comments
 (0)