Tutorial fix.

This commit is contained in:
Phil Hagelberg 2010-06-26 15:03:40 -07:00
parent 3b44549304
commit e9454497f6

View file

@ -97,8 +97,8 @@ Leiningen describes packages using identifiers that look like this:
[org.clojure/clojure "1.1.0"] [org.clojure/clojure "1.1.0"]
* "org.clojure" is called the "group-id" * "org.clojure" is called the "group-id"
* "clojure-contrib" is called the "artifact-id" * "clojure is called the "artifact-id"
* "1.2.1" is the version of the jar file you require * "1.1.0" is the version of the jar file you require
If you omit the group-id, then Leiningen will use the artifact-id for If you omit the group-id, then Leiningen will use the artifact-id for
it. This is the convention generally used for Leiningen libraries. The it. This is the convention generally used for Leiningen libraries. The