diff --git a/docs/tutorial.md b/docs/tutorial.md index c9a51bd1..1950e6a2 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -210,12 +210,13 @@ Markdown is a simple way to format your text inline. For example, surrounding te First, add the third-party **Showdown** library to your application. This is a JavaScript library which takes Markdown text and converts it to raw HTML. This requires a script tag in your head (which we have already included in the React playground): -```html{6} +```html{7} Hello React + ```