Skip to content

Commit

Permalink
Slightly more clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrossley3 committed Feb 12, 2015
1 parent f7f6e91 commit 4d0b300
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/guides/installation.md
Expand Up @@ -91,7 +91,8 @@ can easily add one to `src/my_app/handler.clj`:
(web/run app))
```

With `:main` configured, you can now start your app like so:
With `:main` set to `my-app.handler` in `project.clj`, you can then
start your app like so:

lein run

Expand Down

0 comments on commit 4d0b300

Please sign in to comment.