diff --git a/CREDITS.TXT b/CREDITS.TXT
index 0149050308dec3fc94a2747c974f9d264b335ee4..62d9de67e7a5808b5110c8fe14d154b3a9d097e0 100644
--- a/CREDITS.TXT
+++ b/CREDITS.TXT
@@ -34,5 +34,5 @@ Julien Legras
 
 Contributors (in no particular order)
 =====================================
-(Please let us know if you want to have your name here)
 
+Ingmar Steen: NodeJS binding.
diff --git a/bindings/README b/bindings/README
index 326dd5ba5b20cedb6551751e088d6fd15887b54b..4feb3dce559976257a0e2861c96b7ef8df96f825 100644
--- a/bindings/README
+++ b/bindings/README
@@ -1,3 +1,6 @@
-This directory contains all the bindings for Keystone.
+This directory contains bindings & test code Keystone.
+See <language>/README or <language>/README.TXT for how to install each binding.
 
-See python/README.md for how to install the Python binding.
+Except Python, all other bindings are contributed by community.
+
+- NodeJS binding: by Ingmar Steen