Skip to content

Commit 3895f64

Browse files
committed
Update README.md
1 parent 1a85603 commit 3895f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Create a repository and implement your own Checkin app. Feel free to recruit oth
1414
* Don't export any classes. If you need to instantiate anything, use a factory function.
1515
* Use **pure functions** wherever you can. A pure function does not mutate anything outside itself. A pure function does not produce side effects. Given the same inputs, a pure function will always return the same output.
1616
* Notice how much of the program state can be represented as lists of things:
17-
- A list of users
18-
- A list of teams
17+
- A list of users.
18+
- A list of teams.
1919
- A list of checkins.
2020

2121
## What's a Scrum Checkin?

0 commit comments

Comments
 (0)