Change 'real example' in addon doc

This commit is contained in:
Ryan Dahl 2011-12-23 15:10:06 -08:00
parent c6347dcfb4
commit d85c85aac1

View File

@ -88,4 +88,4 @@ the recently built module:
console.log(addon.hello()); // 'world' console.log(addon.hello()); // 'world'
For the moment, that is all the documentation on addons. Please see For the moment, that is all the documentation on addons. Please see
<https://github.com/ry/node_postgres> for a real example. <https://github.com/pietern/hiredis-node> for a real example.