From b06aa508809d14f6bd55d83a9d984ec6c1d6c63a Mon Sep 17 00:00:00 2001 From: Marcelo Carmona Date: Tue, 15 Feb 2022 03:19:59 -0800 Subject: [PATCH] Fix react app documentation link (#72) The old link showed a Page Not Found --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8eda9c..0f300dc 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ brew install libusb This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app) v1.x, then upgraded to `react-scripts` v3.x and use [craco](http://npm.im/@craco/craco) to customize it. -You can read the create react app [documentation here](https://create-react-app.dev/docs/) +You can read the create react app [documentation here](https://create-react-app.dev/docs/getting-started) We use craco to easily add [worker-loader](https://npm.im/worker-loader).