From 787915c3c5ad390d24e3a08dee791d5a08387873 Mon Sep 17 00:00:00 2001 From: fzaninotto Date: Tue, 27 Oct 2020 15:22:46 +0100 Subject: [PATCH] Fix imple example usage instructions Closes #5438 --- examples/simple/README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/examples/simple/README.md b/examples/simple/README.md index 0e91c444856..5199253a7aa 100644 --- a/examples/simple/README.md +++ b/examples/simple/README.md @@ -4,16 +4,7 @@ This is the application we use for our end to end tests, and for reproducing bug ## How to run -If you're running this app standalone: - -```sh -# install dependencies -yarn -# run the app in watch mode (reloads when a change is detected in the app code) -yarn dev -``` - -If you're in the react-admin repository: +From the react-admin repository: ```sh # install the dependencies for the monorepo