Skip to content

Commit

Permalink
Really fixed app name
Browse files Browse the repository at this point in the history
  • Loading branch information
skuro committed Nov 19, 2012
1 parent 7904f05 commit c556217
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# chaidanlink
# chaidanlik

A [Heroku](http://www.heroku.com) web app using Compojure.

Expand All @@ -15,7 +15,7 @@ To start a local web server for development you can either eval the
commented out forms at the bottom of `web.clj` from your editor or
launch from the command line:

$ lein run -m chaidanlink.web
$ lein run -m chaidanlik.web

Initialize a git repository for your project.

Expand All @@ -27,7 +27,7 @@ You'll need the [heroku toolbelt](https://toolbelt.herokuapp.com)
installed to manage the heroku side of your app. Once it's installed,
get the app created:

$ heroku apps:create chaidanlink
$ heroku apps:create chaidanlik
Creating chaidanlink... done, stack is cedar
http://chaidanlink.herokuapp.com/ | git@heroku.com:chai.git
Git remote heroku added
Expand All @@ -51,7 +51,7 @@ You can deploy the skeleton project immediately:

It's live! Hit it with `curl`:

$ curl http://chaidanlink.herokuap.com
$ curl http://chaidanlik.herokuap.com
["Hello" :from Heroku]

The cookie-backed session store needs a session secret configured for encryption:
Expand Down

0 comments on commit c556217

Please sign in to comment.