From 6629e96b625e3750586bedab5ae08d48578ec9bd Mon Sep 17 00:00:00 2001 From: Kyle Slattery Date: Mon, 18 Oct 2010 00:47:49 -0400 Subject: [PATCH] Add a couple to do items --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8931619..fdfc177 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,9 @@ The goal is to create a live URL shortener doing only the following: heroku create git push heroku master -And then be able to access it by going to http://some-sub-domain.heroku.com/-/. \ No newline at end of file +And then be able to access it by going to http://some-sub-domain.heroku.com/-/. + +To-do +----- +1. Add option to password protect creating URLs using heroku env variables +2. Add bookmarklet \ No newline at end of file