README.md in merch_calendar-0.1.0.rc1 vs README.md in merch_calendar-0.1.0.rc2
- old
+ new
@@ -16,19 +16,9 @@
Add the following line to your `Gemfile`:
```ruby
gem "merch_calendar"
```
-
-## Configuration
-```ruby
-# NOTE: Configuration will be added soon, but is currently NOT available.
-MerchCalendar.configure do |config|
- # The month that Q1 begins. The default is 8 (August)
- config.quarter_start_month = 8
-end
-```
-
## Usage
For converting a date into a `MerchWeek` object.
```ruby