From 67ca27a17f4b25022cb690ec54fbcef4ccaeff59 Mon Sep 17 00:00:00 2001 From: Blake Miller Date: Sat, 6 Dec 2014 07:57:13 -0800 Subject: [PATCH] update README.md with fully qualified artifact, fixes #78 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8e4c0e..26cf088 100644 --- a/README.md +++ b/README.md @@ -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,