From 0070208333aa779857a8bc52d83f89eea83fc035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Gandecki?= <4002543+lgandecki@users.noreply.github.com> Date: Wed, 8 Jul 2020 11:01:42 +0200 Subject: [PATCH] typo - link wasn't clickable --- .tortilla/manuals/templates/step1.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tortilla/manuals/templates/step1.tmpl b/.tortilla/manuals/templates/step1.tmpl index fc8e2d4a..a0b3ef0b 100644 --- a/.tortilla/manuals/templates/step1.tmpl +++ b/.tortilla/manuals/templates/step1.tmpl @@ -42,7 +42,7 @@ Inside the newly created project, you can run some built-in commands: $ yarn start -Runs the app in development mode. Open `[http://localhost:3000](http://localhost:3000)` to view it in the browser: +Runs the app in development mode. Open [http://localhost:3000](http://localhost:3000) to view it in the browser: ![boilerplate-page](https://user-images.githubusercontent.com/7648874/54026782-025f8080-41da-11e9-9a4e-796fe15e8d03.png) @@ -394,4 +394,4 @@ TODO: build. show built code. show it on file and show it on the browser. TODO: Go through all of https://facebook.github.io/create-react-app/docs/ TODO: Should we talk about Storybook? TODO: Should we use “” or ‘’? -TODO: Should we use date-fns instead of moment? \ No newline at end of file +TODO: Should we use date-fns instead of moment?