Skip to content

Commit b37e59f

Browse files
authored
[Doc] Fix data provider options in Create React Admin documentation
1 parent bfbe581 commit b37e59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CreateReactAdmin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ npm create react-admin@latest your-admin-name -- --interactive
5151
The command accepts the following options:
5252

5353
* `--interactive`: Enable the CLI interactive mode
54-
* `--data-provider`: Set the data provider to use ("data-fakerest", "data-simple-rest", "data-json-server", "supabase" or "none")
54+
* `--data-provider`: Set the data provider to use ("fakerest", "simple-rest", "json-server", "supabase" or "none")
5555
* `--auth-provider`: Set the auth provider to use ("local-auth-provider" or "none")
5656
* `--resource`: Add a resource that will be initialized with guessers (can be used multiple times). Set to "skip" to bypass the interactive resource step.
5757
* `--install`: Set the package manager to use for installing dependencies ("yarn", "npm", "bun" or "skip" to bypass the interactive install step)

0 commit comments

Comments
 (0)