Commit: 5eb587a10e8ab9982bd8d9847f3bd404136b14e3 Parent: 9d8833ae1a1eb794b8cb8873ee1142d19eeeb186 Author: Vi Grey Date: 2017-08-26 17:38 UTC Summary: Fix README.md syntax README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a055e7..162f10f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ datecalc-rb is created by Vi Grey (https://vigrey.com) and is li A Module to Calculate the Day of the Week of Any Date -####Using the Module +#### Using the Module To calculate the day of the week for any date, use *Datecalc.date(y, m, d, t)* where y is the full year (a negative integer for BC years), m is the month number, d is the day number, and type is the calendar type. The calendar types you have to chose from are: * English * Roman @@ -17,7 +17,7 @@ The default type is English, which is the calendar system the English speaking w The Roman calendar system switched to the Gregorian calendar in 1582, going from October 4th streight to October 15th. -####Example Uses +#### Example Uses ``` require ./datecalc.rb