Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mvasilkov committed Aug 30, 2013
1 parent 5db5e9d commit dddb09f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit dddb09f

Please sign in to comment.