Skip to content

Commit

Permalink
[#fix] small changes on readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviogranero committed May 20, 2016
1 parent c8c018d commit 6f42c87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,5 +1,5 @@
# Changelog

## v0.1.0 (2016-05-04)
## v0.1.0 (2016-05-20)

* Initial release
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@
[![Coverage Status](https://coveralls.io/repos/github/inaka/Dayron/badge.svg?branch=master)](https://coveralls.io/github/inaka/Dayron?branch=master)
[![Twitter](https://img.shields.io/badge/twitter-@inaka-blue.svg?style=flat)](http://twitter.com/inaka)

Dayron is a flexible library to interact with resources from REST APIs and map them to models in Elixir. It works _similar_ of [Ecto.Repo](https://github.com/elixir-lang/ecto) but, instead of retrieving data from a database, it has underlying http clients to retrieve data from external HTTP servers.
Dayron is a flexible library to interact with resources from REST APIs and map them to data structures in Elixir. It works _similar_ of [Ecto.Repo](https://github.com/elixir-lang/ecto) but, instead of retrieving data from a database, it has underlying http clients to retrieve data from external HTTP servers.

## Installation

Expand Down

0 comments on commit 6f42c87

Please sign in to comment.