[Pkg-javascript-commits] [node-leveldown] 64/492: minor edits

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:13:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

andrewrk-guest pushed a commit to annotated tag rocksdb-0.10.1
in repository node-leveldown.

commit a09960f084c975ea278e17e29753db0efb17044f
Author: Rod Vagg <rod at vagg.org>
Date:   Sat Nov 17 21:18:09 2012 +1100

    minor edits
---
 README.md | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index fbfd4dd..011030e 100644
--- a/README.md
+++ b/README.md
@@ -197,16 +197,15 @@ KeyStreams and ValueStreams can be treated like standard streams of raw data. If
 Events
 ------
 
-Levelup emits events when the callbacks to the corrisponding methods are called.
+LevelUP emits events when the callbacks to the corresponding methods are called.
 
-* `db.emit('put', key, value)` emitted when a new value is `'put'`,
-* `db.emit('del', key)` emitted when a value is deleted,
-* `db.emit('batch', ary)` emitted when a batch opperation has executed.
-* `db.emit('ready')` emitted when the database has opened.
-* `db.emit('closed')` emitted when the database has closed.
+* `db.emit('put', key, value)` emitted when a new value is `'put'`
+* `db.emit('del', key)` emitted when a value is deleted
+* `db.emit('batch', ary)` emitted when a batch operation has executed
+* `db.emit('ready')` emitted when the database has opened
+* `db.emit('closed')` emitted when the database has closed
 
-If you do not pass a callback to an async function, and there is an error,
-levelup will `emit('error', err)` instead.
+If you do not pass a callback to an async function, and there is an error, LevelUP will `emit('error', err)` instead.
 
 JSON
 ----

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-leveldown.git



More information about the Pkg-javascript-commits mailing list