From 5c22fa4c7c86382fceba30aef3637783a0538e8a Mon Sep 17 00:00:00 2001 From: Moiz Jinia Date: Fri, 22 Jan 2016 13:34:32 +0530 Subject: [PATCH 1/2] minor fixes to readme - 1. records not structs 2. point to clojars dep instead of lein install --- README.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index da5ea78..572dc5f 100644 --- a/README.markdown +++ b/README.markdown @@ -2,7 +2,7 @@ feedparser-clj ============== Parse RSS/Atom feeds with a simple, clojure-friendly API. -Uses the Java ROME library, wrapped in StructMaps. +Uses the Java ROME library, wrapped in Clojure records. Status ------ @@ -105,9 +105,9 @@ Installation This library uses the [Leiningen](http://github.com/technomancy/leiningen#readme) build tool. -ROME and JDOM are required dependencies, which may have to be manually retrieved and installed with Maven. After that, simply clone this repository, and run: +Simple add the following dependency in your project.clj. - lein install +[![Clojars Project](https://img.shields.io/clojars/v/org.clojars.scsibug/feedparser-clj.svg)](https://clojars.org/org.clojars.scsibug/feedparser-clj) License ------- From 55dca37e5e6899383fbfc02ffd92ebffdf43a8ac Mon Sep 17 00:00:00 2001 From: Moiz Jinia Date: Fri, 22 Jan 2016 14:28:45 +0530 Subject: [PATCH 2/2] fix typo --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 572dc5f..b33c7b2 100644 --- a/README.markdown +++ b/README.markdown @@ -105,7 +105,7 @@ Installation This library uses the [Leiningen](http://github.com/technomancy/leiningen#readme) build tool. -Simple add the following dependency in your project.clj. +Simply add the following dependency in your project.clj. [![Clojars Project](https://img.shields.io/clojars/v/org.clojars.scsibug/feedparser-clj.svg)](https://clojars.org/org.clojars.scsibug/feedparser-clj)