diff --git a/website/docs/set-up-your-environment.mdx b/website/docs/set-up-your-environment.mdx index f8133ecb0..408aca659 100644 --- a/website/docs/set-up-your-environment.mdx +++ b/website/docs/set-up-your-environment.mdx @@ -195,7 +195,7 @@ CERAMIC_ENABLE_EXPERIMENTAL_COMPOSE_DB='true' yarn dlx @ceramicnetwork/cli daemo If you see the following output in your terminal, that means you have successfully started a local node and connected to Clay testnet 🚀 ```bash -IMPORTANT: Ceramic API running on 0.0.0.0:7007' +IMPORTANT: Ceramic API running on 0.0.0.0:7007 ``` :::note @@ -261,7 +261,7 @@ ceramic daemon --network=testnet-clay Once again, you should see your local Ceramic node up and running as follows: ```bash -IMPORTANT: Ceramic API running on 0.0.0.0:7007' +IMPORTANT: Ceramic API running on 0.0.0.0:7007 ``` ## Next steps