[Pkg-javascript-commits] [node-leveldown] 141/492: readme tweak, added @kesla to contributors list

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:13:53 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 ea7073bbd3b3bc689ee62d1db5966775b57f0a37
Author: Rod Vagg <rod at vagg.org>
Date:   Mon Dec 31 10:54:36 2012 +1100

    readme tweak, added @kesla to contributors list
---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index c169b5a..22f87e2 100644
--- a/README.md
+++ b/README.md
@@ -199,12 +199,12 @@ See <a href="#put"><code>put()</code></a> for a discussion on the `options` obje
 
 --------------------------------------------------------
 <a name='approximateSize'></a>
-### db.approximateSize(start, end[, callback])
+### db.approximateSize(start, end, callback)
 <code>approximateSize()</code> can used to get the approximate number of bytes of file system space used by the range `[start..end)`. The result may not include recently written data.
 
 ```js
-db.approximateSize('a', 'c', function(err, size) {
-  if (err) return console.log('Ooops!', err)
+db.approximateSize('a', 'c', function (err, size) {
+  if (err) return console.error('Ooops!', err)
   console.log('Approximate size of range is %d', size)
 })
 ```
@@ -392,6 +392,7 @@ See the [CONTRIBUTING.md](https://github.com/rvagg/node-levelup/blob/master/CONT
 * Dominic Tarr - [GitHub/dominictarr](https://github.com/dominictarr) - [Twitter/@dominictarr](https://twitter.com/dominictarr)
 * Max Ogden - [GitHub/maxogden](https://github.com/maxogden) - [Twitter/@maxogden](https://twitter.com/maxogden)
 * Lars-Magnus Skog - [GitHub/ralphtheninja](https://github.com/ralphtheninja) - [Twitter/@ralphtheninja](https://twitter.com/ralphtheninja)
+* David Björklund - [GitHub/kesla](https://github.com/kesla) - [Twitter/david_bjorklund](https://twitter.com/david_bjorklund)
 
 <a name="licence"></a>
 Licence & copyright

-- 
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