Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Klishin committed Jan 31, 2013
1 parent f0df4e6 commit d178413
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ As such, you can confidently use it, the API is small and locked down.

## Artifacts

### The Most Recent Release
### The Most Recent Stable Release

With Leiningen:

Expand All @@ -39,6 +39,22 @@ With Maven:
</dependency>


### The Most Recent Preview Release

With Leiningen:

[clojurewerkz/spyglass "1.1.0-beta2"]


With Maven:

<dependency>
<groupId>clojurewerkz</groupId>
<artifactId>spyglass</artifactId>
<version>1.1.0-beta2</version>
</dependency>



## Documentation & Examples

Expand Down

0 comments on commit d178413

Please sign in to comment.