From 6b0d81f2e4c296b523d8fb2ed6a06479ff7278c7 Mon Sep 17 00:00:00 2001 From: edgarburgues Date: Wed, 15 May 2024 19:31:35 +0200 Subject: [PATCH] chore: Update repository URL in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f88877..2d5636f 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ Compilation ----- 1. Clone the repository: ``` -git clone https://github.com/tu_usuario/learn-microsoft-courses-to-pdf.git -cd learn-microsoft-courses-to-pdf +git clone https://github.com/edgarburgues/ml2pdf.git +cd ml2pdf ``` 2. Install dependencies: ```