Skip to content

Commit

Permalink
Mention unquote in sample.project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Jun 25, 2010
1 parent 02e9714 commit 3e7f75e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sample.project.clj
Expand Up @@ -5,6 +5,8 @@

;; The project is named "sample", and its group-id is "org.example".
(defproject org.example/sample "1.0.0-SNAPSHOT" ; version "1.0.0-SNAPSHOT"
;; Beyond this point you may prepend a form with unquote, or ~, to eval it.

;; The descrption is used to allow searchability when uploaded to Clojars.
:description "A sample project"
;; The URL is also metadata that Clojars uses.
Expand Down

0 comments on commit 3e7f75e

Please sign in to comment.