From 4e4907b6453d23a816663725ed309c51542284bc Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Sat, 16 Nov 2024 14:53:16 +0300 Subject: [PATCH] Typo Update README.md Fix typo in Git command in "Docker Dev Environments" section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bffb27535..6dd488968 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Click the button below to start a new development environment: 1. From Docker Desktop, create a new Dev Environment from the prebuilt image - `ghcr.io/scrtlabs/secretnetwork-dev:latest` 2. Connect with VSCode, or use the container directly -3. Make sure the code is updated by using `get fetch` and `git pull` +3. Make sure the code is updated by using `git fetch` and `git pull` ## Manual Set up