We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2130bb commit 5f792e1Copy full SHA for 5f792e1
create-client/react.md
@@ -16,7 +16,7 @@ It is designed to generate code that works seamlessly with [Facebook's Create Re
16
Bootstrap a React application:
17
18
```console
19
-npm init react-app --template typescript my-app
+npm init react-app -- --template typescript my-app
20
cd my-app
21
```
22
@@ -41,7 +41,7 @@ npm run start
41
## Generating a Web App
42
43
44
-npm init @api-platform/client https://demo.api-platform.com src/ -- --generator next --resource book
+npm init @api-platform/client https://demo.api-platform.com src/ -- --generator react --resource book
45
46
47
Replace the URL by the entrypoint of your Hydra-enabled API.
0 commit comments