README.md in prayer_times-0.1.1 vs README.md in prayer_times-0.1.2
- old
+ new
@@ -1,6 +1,7 @@
-# PrayerTimes
+PrayerTimes [![Build Status](https://travis-ci.org/Startappz/prayer_times.png?branch=master)](https://travis-ci.org/Startappz/prayer_times) [![Dependency Status](https://gemnasium.com/Startappz/prayer_times.png)](https://gemnasium.com/Startappz/prayer_times) [![Coverage Status](https://coveralls.io/repos/Startappz/prayer_times/badge.png)](https://coveralls.io/r/Startappz/prayer_times)
+===
Flexible and configurable calculation for Muslim prayers times.
## Installation
@@ -20,12 +21,12 @@
### Baisc usage
```ruby
require 'prayer_times'
-pt = PrayerTimes.new("Makkah")
-times = pt.get_times(Date.today(), [31,36], 3)
-puts times.inspect
+pt = PrayerTimes.new("Makkah") # there are several calculation methods, check adding more methods
+times = pt.get_times(Date.today, [31,36], 3)
+p times
```
### Global configuration
You can have a [global configuration](https://github.com/Startappz/prayer_times/wiki/Global-Configuration) through the PrayerTimes module: