Tiny help changes to comment and LevelDB nodes

This commit is contained in:
Dave C-J
2013-09-28 14:12:32 +01:00
parent 47c7656c2b
commit 4d6fa00150
2 changed files with 2 additions and 1 deletions

View File

@@ -48,6 +48,7 @@
<p>Uses <a href="https://code.google.com/p/leveldb/" target="_new"><i>LevelDB</i></a> for a simple key value pair database.</p>
<p>Use this node to <b>get</b>, or retrieve the data already saved in the database.</p>
<p><b>msg.topic</b> must hold the <i>key</i> for the database, and the result is returned in <b>msg.payload</b>.</p>
<p>If nothing is found for the key then <i>null</i> is returned,</p>
</script>
<script type="text/javascript">