Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
M-aljawaheri authored Jun 4, 2024
1 parent 8be0e7a commit e1a8714
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ To get started:
1. One team member must fork this project.
2. Make sure you invite all your other teammates as collaborators
3. Enable Github issues, Go to the Settings page of your fork. Check the box next to Issues
4. Add at least 3 of the issues listed in the Kata, example: ## Newline as separator
Allow the add method to handle newlines as separators:
4. Add at least 3 of the issues listed in the Kata, example:

## Newline as separator
Allow the add method to handle newlines as separators:
<ul>
<li> "1\n2,3" should return "6". </li>
<li>"175.2,\n35" is invalid and should return the message "Number expected but '\n' found at position 6." </li>
Expand Down

0 comments on commit e1a8714

Please sign in to comment.