diff --git a/README b/README index 3c76c8f..356c939 100644 --- a/README +++ b/README @@ -1,3 +1,23 @@ rssi ---- Ruby-like simple string interpolation for Node.js + +Installation +------------ + npm install rssi + bower install rssi + wget http://bit.ly/getrssi -O rssi.js + +Usage +----- + var hello = fmt('hello, #{thing}') + + hello({thing: 'world'}) + // -> hello, world + + hello({thing: 'shawarma'}) + // -> hello, shawarma + +License +------- +MIT