diff --git a/subjects/count-leap-years/README.md b/subjects/count-leap-years/README.md index 787e3837..1b4d3d36 100644 --- a/subjects/count-leap-years/README.md +++ b/subjects/count-leap-years/README.md @@ -2,5 +2,4 @@ ### Instructions -Make a `countLeapYears` functions that takes a date -and returns the number of leap years since year 1 +Create a function named `countLeapYears` which accepts a `Date`. Your function should return the number of leap years to have taken place since the year 1.