From b04f61a7694308b0e30491e074c51a83bd26de0b Mon Sep 17 00:00:00 2001 From: kulgg <75735874+kulgg@users.noreply.github.com> Date: Wed, 29 Mar 2023 12:36:46 +0200 Subject: [PATCH] Fix code embed (#2) --- content/projects/upstash-cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/projects/upstash-cli.mdx b/content/projects/upstash-cli.mdx index 081d930..92fc1ae 100644 --- a/content/projects/upstash-cli.mdx +++ b/content/projects/upstash-cli.mdx @@ -77,7 +77,7 @@ As an alternative to logging in, you can provide `UPSTASH_EMAIL` and Let's create a new redis database: -``` +```bash > upstash redis create --name=my-db --region=eu-west-1 Database has been created