Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
skuro committed Oct 14, 2012
1 parent f0de01d commit 2ac32b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions project.clj
@@ -1,7 +1,7 @@
(defproject lein-misaki "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:description "A Leiningen plugin for the Misaki static sites generator"
:url "https://github.com/skuro/lein-misaki"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[misaki "0.2.1-beta"]]
:eval-in-leiningen true)
:eval-in-leiningen true)
2 changes: 1 addition & 1 deletion src/leiningen/misaki.clj
Expand Up @@ -7,6 +7,6 @@
.getCanonicalPath))

(defn ^:no-project-needed misaki
"I don't do a lot."
"Compiles your Misaki sources and starts a local server"
[project & args]
(apply -main (get-current-directory) args))

0 comments on commit 2ac32b4

Please sign in to comment.