From 3ccad1b1e05c4748f1ea6611e0c48d9406a87369 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 20 Oct 2016 14:06:11 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69af04e..26663a9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rsa-compat.js -JavaScript RSA utils that work on Windows, Mac, and Linux with or without C compiler +JavaScript RSA utils that work on Windows, Mac, and Linux, with or without C compiler (x64, x86, and ARM) In order to provide a module that "just works" everywhere, we mix and match methods from `node.js` core, `ursa`, `forge`, and others.