diff --git a/README.md b/README.md index 9ab289f..00722ae 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # sprintf() for node +## Install + + npm install sprintf + +## How to + Works exactly like http://www.diveintojavascript.com/projects/javascript-sprintf, except that it exports those two functions: sprintf = requrie('sprintf').sprintf;