8000 Renamed other relevant parts · ExodusMovement/bytebuffer.js@ffd2d49 · GitHub
[go: up one dir, main page]

Skip to content

Commit ffd2d49

Browse files
committed
Renamed other relevant parts
1 parent 5146495 commit ffd2d49

14 files changed

+50
-59
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
![ByteBuffer.js - The swiss army knife for binary data in JavaScript.](https://raw.github.com/dcodeIO/ByteBuffer.js/master/bytebuffer.png)
1+
![bytebuffer.js - The swiss army knife for binary data in JavaScript.](https://raw.github.com/dcodeIO/bytebuffer.js/master/bytebuffer.png)
22
======================================
33
A fast and complete ByteBuffer implementation using either ArrayBuffers in the browser or node Buffers under node.js,
44
generated from a single source tree through [MetaScript](https://github.com/dcodeIO/MetaScript).
55

6-
[![Build Status](https://travis-ci.org/dcodeIO/ByteBuffer.js.svg?branch=master)](https://travis-ci.org/dcodeIO/ByteBuffer.js)
7-
[![Donate](https://raw.githubusercontent.com/dcodeIO/Long.js/master/donate.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=info%40code-emitter.com&item_name=Open%20Source%3A%20ByteBuffer.js)
6+
[![Build Status](https://travis-ci.org/dcodeIO/bytebuffer.js.svg?branch=master)](https://travis-ci.org/dcodeIO/bytebuffer.js)
7+
[![Donate](https://raw.githubusercontent.com/dcodeIO/bytebuffer.js/master/donate.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=dcode%40dcode.io&item_name=Open%20Source%3A%20bytebuffer.js)
88

99
Features
1010
--------
@@ -34,26 +34,26 @@ var ByteBuffer = require("bytebuffer");
3434
var bb = new ByteBuffer()
3535
.writeIString("Hello world!")
3636
.flip();
37-
console.log(bb.readIString()+" from ByteBuffer.js");
37+
console.log(bb.readIString()+" from bytebuffer.js");
3838
```
3939

40-
In the browser, 64 bit integer support is option 8000 al and present only if [Long.js](https://github.com/dcodeIO/Long.js) has
41-
been loaded prior to ByteBuffer.js.
40+
In the browser, 64 bit integer support is optional and present only if [Long.js](https://github.com/dcodeIO/long.js) has
41+
been loaded prior to bytebuffer.js.
4242

4343
API
4444
---
45-
* [View the API documentation](https://github.com/dcodeIO/ByteBuffer.js/wiki/API)
46-
* [Check the wiki](https://github.com/dcodeIO/ByteBuffer.js/wiki)
45+
* [View the API documentation](https://github.com/dcodeIO/bytebuffer.js/wiki/API)
46+
* [Check the wiki](https://github.com/dcodeIO/bytebuffer.js/wiki)
4747

4848
Downloads
4949
---------
50-
* [Distributions](https://github.com/dcodeIO/ByteBuffer.js/tree/master/dist)
51-
* [ZIP-Archive](https://github.com/dcodeIO/ByteBuffer.js/archive/master.zip)
52-
* [Tarball](https://github.com/dcodeIO/ByteBuffer.js/tarball/master)
50+
* [Distributions](https://github.com/dcodeIO/bytebuffer.js/tree/master/dist)
51+
* [ZIP-Archive](https://github.com/dcodeIO/bytebuffer.js/archive/master.zip)
52+
* [Tarball](https://github.com/dcodeIO/bytebuffer.js/tarball/master)
5353

5454
Support for IE<10, FF<15, Chrome<9 etc.
5555
---------------------------------------
56-
* Use bytebuffer-dataview with a polyfill ([see](https://github.com/dcodeIO/ByteBuffer.js/tree/master/dist))
56+
* Use bytebuffer-dataview with a polyfill ([see](https://github.com/dcodeIO/bytebuffer.js/tree/master/dist))
5757

5858
Contributors
5959
------------

bytebuffer.png

47 Bytes
Loading

dist/bytebuffer-dataview.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
*/
1616

1717
/**
18-
* @license ByteBuffer.js (c) 2015 Daniel Wirtz <dcode@dcode.io>
19-
* [BUILD] ByteBufferAB - Backing buffer: ArrayBuffer, Accessor: DataView
18+
* @license bytebuffer.js (c) 2015 Daniel Wirtz <dcode@dcode.io>
19+
* Backing buffer: ArrayBuffer, Accessor: DataView
2020
* Released under the Apache License, Version 2.0
21-
* see: https://github.com/dcodeIO/ByteBuffer.js for details
21+
* see: https://github.com/dcodeIO/bytebuffer.js for details
2222
*/
2323
(function(global, factory) {
2424

dist/bytebuffer-dataview.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bytebuffer-dataview.min.js.gz

-12 Bytes
Binary file not shown.

dist/bytebuffer-node.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
*/
1616

1717
/**
18-
* @license ByteBuffer.js (c) 2015 Daniel Wirtz <dcode@dcode.io>
19-
* [BUILD] ByteBufferNB - Backing buffer / Accessor: node Buffer
18+
* @license bytebuffer.js (c) 2015 Daniel Wirtz <dcode@dcode.io>
F438
19+
* Backing buffer / Accessor: node Buffer
2020
* Released under the Apache License, Version 2.0
21-
* see: https://github.com/dcodeIO/ByteBuffer.js for details
21+
* see: https://github.com/dcodeIO/bytebuffer.js for details
2222
*/
2323
module.exports = (function() {
2424
"use strict";

dist/bytebuffer.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
*/
1616

1717
/**
18-
* @license ByteBuffer.js (c) 2015 Daniel Wirtz <dcode@dcode.io>
19-
* [BUILD] ByteBufferAB - Backing buffer: ArrayBuffer, Accessor: Uint8Array
18+
* @license bytebuffer.js (c) 2015 Daniel Wirtz <dcode@dcode.io>
19+
* Backing buffer: ArrayBuffer, Accessor: Uint8Array
2020
* Released under the Apache License, Version 2.0
21-
* see: https://github.com/dcodeIO/ByteBuffer.js for details
21+
* see: https://github.com/dcodeIO/bytebuffer.js for details
2222
*/
2323
(function(global, factory) {
2424

dist/bytebuffer.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bytebuffer.min.js.gz

-11 Bytes
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "5.0.0",
44
"author": "Daniel Wirtz <dcode@dcode.io>",
55
"description": "The swiss army knife for binary data in JavaScript.",
6-
"main": "./dist/bytebuffer-node.js",
7-
"browser": "./dist/bytebuffer.js",
6+
"main": "dist/bytebuffer-node.js",
7+
"browser": "dist/bytebuffer.js",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/dcodeIO/bytebuffer.js.git"

0 commit comments

Comments
 (0)
0