Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Llamas committed Aug 10, 2013
1 parent af34a27 commit dc8d6f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README-v2.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ _Node.js project_

#### Random access buffered binary reader ####

Version: 0.0.1
Version: 2.0.0

The reader allows you to position a cursor and read the bytes you need. It has an internal buffer so if the cursor is positioned inside the limits of the current buffer, the data is already into memory, so no I/O operation is required, therefore the overall performance is better.
The reader allows you to position a cursor and read the bytes you need. It has an internal buffer so if the cursor is positioned inside its limits, the data is already into memory, so no i/o operations are required, therefore the overall performance is better.

#### Installation ####

Expand Down

0 comments on commit dc8d6f9

Please sign in to comment.