From e3f7fa6f55ff7f4ecf17bac0ea2ac0eb2190ba3d Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh <aquynh@gmail.com> Date: Wed, 11 May 2016 00:59:30 +0800 Subject: [PATCH] update CREDITS.TXT & bindings/README for NodeJS binding --- CREDITS.TXT | 2 +- bindings/README | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CREDITS.TXT b/CREDITS.TXT index 0149050..62d9de6 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 326dd5b..4feb3dc 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 -- GitLab