diff --git a/subjects/bloody-sunday/README.md b/subjects/bloody-sunday/README.md index f01ec9b9..78937694 100644 --- a/subjects/bloody-sunday/README.md +++ b/subjects/bloody-sunday/README.md @@ -6,4 +6,4 @@ Let's eliminate Sundays by taking them out of the calendar, making a week only s Create a function called `bloodySunday` that takes a `Date` as an argument and returns the weekday as a `string`. -Note: 01/01/0001 is a Monday. +> 01/01/0001 is a Monday.