Commit: b868263c5e67b40002fe27f3ba2903e03a8ec931 Author: Vi Grey Date: 2014-12-30 11:32 UTC Summary: Update README.md README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7aa32a7..fcf1b12 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Go package to calculate the day of the week of any date ####Dependencies * Go -####Using the Library +####Using the Package func Date(year int, month, date int8, calType string) (day string, err error) 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: