From 76652911bd0d7d6e3a5a660cba0360464464cd21 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh <aquynh@gmail.com> Date: Fri, 11 Nov 2016 00:31:59 +0900 Subject: [PATCH] update CREDITS.TXT --- CREDITS.TXT | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CREDITS.TXT b/CREDITS.TXT index 2638778..b9c1519 100644 --- a/CREDITS.TXT +++ b/CREDITS.TXT @@ -45,3 +45,4 @@ Remco Verhoef: Go & Rust bindings. Adrian Herrera: Haskell binding. practicalswift: Various cool bugs found by fuzzing. Aziem Chawdhary: OCaml binding. +Ruben Boonen: PowerShell binding. diff --git a/README.md b/README.md index 7e9ef27..1c0e131 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,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 Perl, Python, NodeJS, Ruby, Go, Rust, Haskell & OCaml available. +- Implemented in C/C++ languages, with bindings for PowerShell, Perl, Python, NodeJS, Ruby, Go, Rust, Haskell & OCaml available. - Native support for Windows & \*nix (with Mac OSX, Linux, *BSD & Solaris confirmed). - Thread-safe by design. - Open source - with a dual license. -- GitLab