README.md in prayer_times-0.1.2 vs README.md in prayer_times-0.1.3
- old
+ new
@@ -43,11 +43,11 @@
There are [several methods](https://github.com/Startappz/prayer_times/wiki/Calculation-Methods) that are shiped with this gem by default. You can list, add new or update existing ones.
```ruby
PrayerTimes.calculation_methods
PrayerTimes.calculation_methods.names
-PrayerTimes.calculation_methods.add("Test", "Testing method", fajr: 16.5, asr: 'Hanafi', isha: '80 min')
+PrayerTimes.calculation_methods.add("Test", "Testing method", fajr: 16.5, asr: 'Hanafi', isha: '80 min')
new_method = PrayerTimes.calculation_methods["Test"]
new_method.description = "new description"
new_method.settings = {fajr: 19.5, isha: '33 min'}
PrayerTimes.calculation_methods.delete("Test")
```
@@ -68,10 +68,10 @@
pt = PrayerTimes.new("Makkah", options)
```
## Help
-Your help is appreciated, specially in adjusting the calculation methods and making them more accurate.
+Your help is appreciated, specially in adjusting the calculation methods and making them more accurate.
Your contribution is welcome.
## Contributing
1. Fork it