Skip to content

Commit ec0cb13

Browse files
committed
Remove auto-create from README temporarily
1 parent 82d5576 commit ec0cb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RUST_LOG=info ./mvstore \
5656
--raw-data-prefix m
5757
```
5858

59-
You can autocreate namespaces by passing the flag `--auto-create-namespace` to `mvstore` or manually create a namespace with the admin API:
59+
Create a namespace with the admin API:
6060

6161
```bash
6262
curl http://localhost:7001/api/create_namespace -i -d '{"key":"test"}'

0 commit comments

Comments
 (0)