aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDoug Black <dblack@twilio.com>2014-01-27 10:31:13 -0500
committerDoug Black <dblack@twilio.com>2014-01-27 10:31:13 -0500
commit6002f472cc45f20fa364e302f5bc92c428c8e550 (patch)
tree3d34ec015c7009fe1c9f74df7024b149adabc3ab /README.md
parentfixes from issues (diff)
downloadsleepy-6002f472cc45f20fa364e302f5bc92c428c8e550.tar.gz
sleepy-6002f472cc45f20fa364e302f5bc92c428c8e550.tar.bz2
sleepy-6002f472cc45f20fa364e302f5bc92c428c8e550.zip
add license
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 87a9e4a..138df42 100644
--- a/README.md
+++ b/README.md
@@ -42,3 +42,7 @@ curl localhost:3000/items
```
Stay tuned.
+
+## License
+
+Sleepy is released under the [MIT License](http://opensource.org/licenses/MIT).
bgstack15