diff --git a/CREDITS.TXT b/CREDITS.TXT index 2638778ba540a6fca6be38ac644a0480afdc1607..b9c151927f710df22e157f48486cb8baa312ee6f 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 7e9ef2706d1789b20451b4ae4655fb18daabeaad..1c0e13178c3f5d43fb9b6e76654fb758858fa50f 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.