Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ functionality.
`core.clj` file created by Leiningen. You need to do this so that
appengine-magic can create a default file which correctly invokes the
`def-appengine-app` macro.
3. Edit `project.clj`: add `[appengine-magic "0.5.1-SNAPSHOT"]` to both your
3. Edit `project.clj`: add `[org.clojars.intronic/appengine-magic "0.5.1-SNAPSHOT"]` to both your
`:dependencies` and `:plugins`.
4. `lein deps`. This fetches appengine-magic, and makes its Leiningen plugin
tasks available. If you already have the App Engine SDK installed locally,
Expand Down