From c9dec516c78436c2555084463f1f580d7c6ff715 Mon Sep 17 00:00:00 2001 From: s2 Date: Wed, 22 Apr 2015 20:50:27 +0200 Subject: [PATCH] add readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..509faec --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# securerandomstring +a node module that generates a secure random string with a given length + +## usage +see `tests.js`