From 89dd85448c42f8cca70bbb45c836eeb86585cc7c Mon Sep 17 00:00:00 2001 From: Boon Low Date: Mon, 5 Nov 2018 16:43:21 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9df238c..c398002 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Lastfm Archive [![Build Status](https://travis-ci.org/boonious/lastfm_archive.svg?branch=master)](https://travis-ci.org/boonious/lastfm_archive) [![Hex pm](http://img.shields.io/hexpm/v/lastfm_archive.svg?style=flat)](https://hex.pm/packages/lastfm_archive) [![Coverage Status](https://coveralls.io/repos/github/boonious/lastfm_archive/badge.svg?branch=master)](https://coveralls.io/github/boonious/lastfm_archive?branch=master) +# Lastfm Archive [![Build Status](https://travis-ci.org/boonious/lastfm_archive.svg?branch=master)](https://travis-ci.org/boonious/lastfm_archive) [![Hex pm](http://img.shields.io/hexpm/v/lastfm_archive.svg?style=flat)](https://hex.pm/packages/lastfm_archive) [![Coverage Status](https://coveralls.io/repos/github/boonious/lastfm_archive/badge.svg)](https://coveralls.io/github/boonious/lastfm_archive?branch=master) A tool for creating local Last.fm scrobble data archive and analytics. @@ -71,7 +71,7 @@ to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:lastfm_archive, "~> 0.4.1"} + {:lastfm_archive, "~> 0.5.0"} ] end ``` @@ -101,4 +101,4 @@ see [https://www.last.fm/api](https://www.last.fm/api) ("Get an API account"). api_key: "", # mandatory secret_key: "" -``` \ No newline at end of file +```