From 9060dff080c725679a94e63c7ef8c551a32320ab Mon Sep 17 00:00:00 2001 From: Golda Velez Date: Mon, 27 Feb 2023 09:52:27 -0700 Subject: [PATCH] Update set-up-your-environment.mdx --- website/docs/set-up-your-environment.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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