Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Jul 12, 2015
1 parent 8fa9595 commit 178d442
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.adoc
Expand Up @@ -10,7 +10,7 @@ Include the following plugin in your project.clj file or your global profile:

[source,clojure]
----
:plugins [[funcool/codeina "0.1.0"
:plugins [[funcool/codeina "0.2.0"
:exclusions [org.clojure/clojure]]]
----

Expand All @@ -19,8 +19,7 @@ of your sources and the language:

[source,clojure]
----
:codeina {:sources ["src"]
:language :clojure}
:codeina {:sources ["src"]}
----

And run the `doc` lein subcommand:
Expand All @@ -31,9 +30,7 @@ $ lein doc
Generated HTML docs in /path/to/you/project/doc
----


== Examples

- https://funcool.github.io/buddy-auth/latest/api/
- https://funcool.github.io/catacumba/latest/api/
- https://funcool.github.io/cats/latest/api/

0 comments on commit 178d442

Please sign in to comment.