From 6f77b71fb94b8bc8bfab5665a8b393cf4b5a047d Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 23 Jun 2021 17:21:11 +0200 Subject: [PATCH 1/2] update the URL to the main CRM app entrypoint --- examples/crm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/crm/README.md b/examples/crm/README.md index 4980b08f439..cefc8c37ca0 100644 --- a/examples/crm/README.md +++ b/examples/crm/README.md @@ -6,7 +6,7 @@ https://user-images.githubusercontent.com/99944/116970434-4a926480-acb8-11eb-8ce React-admin usually requires a REST/GraphQL server to provide data. In this demo however, the API is simulated by the browser (using [FakeRest](https://github.com/marmelab/FakeRest)). The source data is generated at runtime by a package called [data-generator](https://github.com/marmelab/react-admin/tree/master/examples/data-generator). -To explore the source code, start with [src/App.tsx](https://github.com/marmelab/react-admin/blob/master/examples/crm/src/App.tsx). +To explore the source code, start with [src/App.tsx](https://github.com/marmelab/react-admin/blob/master/examples/crm/src/App.js). **Note**: This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app). From f15147a050ab89b4357d70c2c5b4148fd3db285d Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 23 Jun 2021 17:24:24 +0200 Subject: [PATCH 2/2] update the name of the URL to the main CRM app entrypoint --- examples/crm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/crm/README.md b/examples/crm/README.md index cefc8c37ca0..7cbabacc22b 100644 --- a/examples/crm/README.md +++ b/examples/crm/README.md @@ -6,7 +6,7 @@ https://user-images.githubusercontent.com/99944/116970434-4a926480-acb8-11eb-8ce React-admin usually requires a REST/GraphQL server to provide data. In this demo however, the API is simulated by the browser (using [FakeRest](https://github.com/marmelab/FakeRest)). The source data is generated at runtime by a package called [data-generator](https://github.com/marmelab/react-admin/tree/master/examples/data-generator). -To explore the source code, start with [src/App.tsx](https://github.com/marmelab/react-admin/blob/master/examples/crm/src/App.js). +To explore the source code, start with [src/App.js](https://github.com/marmelab/react-admin/blob/master/examples/crm/src/App.js). **Note**: This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).