Skip to content

Commit 09130c1

Browse files
committed
Fix h1 heading in ruby tutorial
GitHub doesn't seem to display the second `#` / h1 heading.
1 parent cdb9730 commit 09130c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ruby/lesson3/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ end
4949
> Don't forget to wrap your interactions within `transaction` blocks
5050
5151

52-
# Exercise: Contacts list
52+
## Exercise: Contacts list
5353

5454
Using what we have learned in the last couple of ruby lessons we will create a contact list where we can store people's names and date of birth.
5555

0 commit comments

Comments
 (0)