From 2e51d06f3ecb2a006dabcd282b8bbd2b89fd401f Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Fri, 13 May 2016 10:50:35 +0800 Subject: [PATCH] update README.md with NodeJS binding --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1478f28..e304515 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ It offers some unparalleled features: - Multi-architecture, with support for Arm, Arm64 (AArch64/Armv8), Hexagon, Mips, PowerPC, Sparc, SystemZ & X86 (include 16/32/64bit). - Clean/simple/lightweight/intuitive architecture-neutral API. -- Implemented in C/C++ languages, with bindings for Python available. +- Implemented in C/C++ languages, with bindings for Python & NodeJS available. - Native support for Windows & \*nix (with Mac OSX, Linux, *BSD & Solaris confirmed). - Thread-safe by design. - Open source - with a dual license.