diff --git a/site/content/docs/quickstart/_index.md b/site/content/docs/quickstart/_index.md index 5b4e994ba1..c65b29682e 100644 --- a/site/content/docs/quickstart/_index.md +++ b/site/content/docs/quickstart/_index.md @@ -276,7 +276,7 @@ Once a namespace has finished bootstrapping, it must be marked as ready before r ```shell curl -X POST http://localhost:7201/api/v1/services/m3db/namespace/ready -d '{ "name": "default" -} | jq . +}' | jq . ``` {{% /tab %}}