Skip to content

Commit 0b3d6c0

Browse files
authored
Update README.md
Quick typo fix
1 parent 14696f9 commit 0b3d6c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Week2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ A few examples of what you can do with Markdown:
210210
| H2 | `## title`
211211
| *Emphasis* | `*italic`
212212
| **Bold** | `**bold**`
213-
| ~~Strikethrough~~~ | `~~Scratch this.~~`
213+
| ~~Strikethrough~~ | `~~Scratch this.~~`
214214
| [Link](#) | `[link text](https://somewhere)`
215215
| `<p>Single line of code</p>` | `` use single `backticks` around your code``
216216

0 commit comments

Comments
 (0)