Commit: 96d69ca9e45c5145018980f781f75fe88f71e3b8 Parent: b868263c5e67b40002fe27f3ba2903e03a8ec931 Author: Vi Grey Date: 2014-12-31 14:51 UTC Summary: Update README.md README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcf1b12..b88cd4b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ To calculate the day of the week for any date, use *datecalc.Date(y, m, d, t)* w English is the calendar system the English speaking western countries are using. This is a system where the calendar was under the Julian system until 1752, when it switched to the Gregorian Calendar, skipping September 3rd and going straight to September 14th to offset for the differences in the calendar systems on how they incorporated leap years. -Roman is the calendar system the Roman Empire used. This was a system where the calendar was under the Julian until 1582, when it switched to the Gregorian Calendar, skipping October 5th and going straight to October 15th to offset for the differences in the calendar systems on how they incorporated leap yars. +Roman is the calendar system the Roman Empire used. This was a system where the calendar was under the Julian system until 1582, when it switched to the Gregorian Calendar, skipping October 5th and going straight to October 15th to offset for the differences in the calendar systems on how they incorporated leap yars. ####Example Uses ```