Skip to content

Commit

Permalink
Remove auto-create from README temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
losfair committed Mar 17, 2023
1 parent 82d5576 commit ec0cb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUST_LOG=info ./mvstore \
--raw-data-prefix m
```

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

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

0 comments on commit ec0cb13

Please sign in to comment.