Commit: a56549590b14a9060461e2df76ca4404e99baba9 Parent: 565b9c1fca1f1043126b1a80330f025747332f5e Author: Vi Grey Date: 2014-12-30 11:35 UTC Summary: Update README.md README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5bf6e66..ddc9915 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ datecalc-rb ======== -datecalc-rb is created by PariahVi ([http://pariahvi.com](http://pariahvi.com)) and is licensed under a BSD 2-Clause License. Read LICENSE.txt for more license text. +datecalc-rb is created by Vi Grey ([http://pariahvi.com](http://pariahvi.com)) and is licensed under a BSD 2-Clause License. Read LICENSE.txt for more license text. A Module to Calculate the Day of the Week of Any Date @@ -13,7 +13,9 @@ To calculate the day of the week for any date, use *Datecalc.date(y, m, d, t)* w * Julian * CE -The default type is English, which 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 15th to offset for the differences in the calendar systems on how they incorporated leap years. +The default type is English, which 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. + +The Roman calendar system switched to the Gregorian calendar in 1582, going from October 4th streight to October 15th. ####Example Uses ```