From 8df17b59d5068830a379a0cddfe34d5f158fc2a6 Mon Sep 17 00:00:00 2001 From: Shay Molcho <152275799+shaymolcho@users.noreply.github.com> Date: Fri, 24 Jan 2025 13:14:08 +0200 Subject: [PATCH] Added missing period for consistency and readability Added a missing period in a specific part of the text to maintain consistency across the document. This ensures a uniform writing style, improves readability, and aligns with the formatting used throughout the content. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd201cad..a5ab8816 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ You can follow the steps below to get up and running with Llama 3 models quickly 4. Once registered, you will get an email with a URL to download the models. You will need this URL when you run the download.sh script. 5. Once you get the email, navigate to your downloaded llama repository and run the download.sh script. - - Make sure to grant execution permissions to the download.sh script + - Make sure to grant execution permissions to the download.sh script. - During this process, you will be prompted to enter the URL from the email. - Do not use the “Copy Link” option; copy the link from the email manually.