From 7e3d423814b71b75c53ae3e39205fd5ed4b8c63a Mon Sep 17 00:00:00 2001 From: Tristan Date: Wed, 28 May 2025 13:48:36 -0400 Subject: [PATCH] typo --- readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 8956218..610bff3 100644 --- a/readme.md +++ b/readme.md @@ -61,10 +61,9 @@ To get started with `fddl`, you'll first need to have the Rust programming langu Once Rust and Cargo are set up: -1. **Clone the Repository** (if you haven't already): +1. **Clone the Repository**: ```sh - # Replace with the actual URL of your fddl repository - git clone + git clone https://git.fddl.dev/fddl/fddl.git cd fddl ```