From 9b48f2471e318e07de465e6deeefc127b155eb58 Mon Sep 17 00:00:00 2001 From: Dustin Loring Date: Wed, 11 Dec 2024 15:51:04 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 70438b8..3b8d427 100644 --- a/README.md +++ b/README.md @@ -193,9 +193,9 @@ To keep your local version of Bolt.diy up to date with the latest changes, follo #### 2. **Fetch the Latest Changes** Use Git to pull the latest changes from the main repository: - ```bash - git pull origin main - ``` + ```bash + git pull origin main + ``` #### 3. **Update Dependencies** After pulling the latest changes, update the project dependencies by running the following command: