From 55744859de40f43965b4b070d865da44f3b5c3d2 Mon Sep 17 00:00:00 2001 From: davhojt Date: Sun, 15 May 2022 15:24:09 +0300 Subject: [PATCH] docs(get-some-time): switch bullet points to paragraphs --- subjects/get-some-time/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/subjects/get-some-time/README.md b/subjects/get-some-time/README.md index 405c365a..7f07a1ae 100644 --- a/subjects/get-some-time/README.md +++ b/subjects/get-some-time/README.md @@ -8,6 +8,8 @@ Create a function named `firstDayWeek`, which accepts a specific week in a given Your function should return a `string` representing the date of the first day of that specific week in the format `dd-mm-yyyy`. -- Week `1` is in all cases, the week which contains the 1st of January. -- The first day of a week is a Monday. -- If the start of the week is in the previous year, then your function should return the first day of the specified year. +Week `1` is in all cases, the week which contains the 1st of January. + +The first day of a week is a Monday. + +If the start of the week is in the previous year, then your function should return the first day of the specified year.