[Pkg-javascript-commits] [node-leveldown] 317/492: added "support" section

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:14:12 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 6119339f3dd110635835d9f1db4c7e063ded68f8
Author: Rod Vagg <rod at vagg.org>
Date:   Wed May 1 09:40:21 2013 +1000

    added "support" section
---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.md b/README.md
index 669bb0d..118ff86 100644
--- a/README.md
+++ b/README.md
@@ -243,6 +243,15 @@ LevelUP currently tracks and manages state and will prevent out-of-state operati
 
 You should make sure to **always** `end()` your LevelDOWN Iterators, it will not be done for you, even on a `close()` of the database your Iterator belongs to. If you don't `end()` then the underlying resources aren't cleaned up and this will result in a Node process death.
 
+<a name="support"></a>
+Getting support
+---------------
+
+There are multiple ways you can find help in using LevelDB in Node.js:
+
+ * **IRC:** you'll find an active group of LevelUP users in the **##leveldb** channel on Freenode, including most of the contributors to this project.
+ * **Mailing list:** there is an active [Node.js LevelDB](https://groups.google.com/forum/#!forum/node-levelup) Google Group.
+ * **GitHub:** you're welcome to open an issue here on this GitHub repository if you have a question.
 
 <a name="contributing"></a>
 Contributing

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