From 61a14e9b174ef23e9c1d46a40d69e7b3e1897ac1 Mon Sep 17 00:00:00 2001 From: "John de Wasseige (Osium)" <165780039+jdewasseigeosium@users.noreply.github.com> Date: Tue, 3 Jun 2025 13:03:34 +0200 Subject: [PATCH] Fix git clone path in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0372383..57111ed 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This repository contains a script that takes a JSON file as input, containing a Clone the repository and install the dependencies. ```bash -git clone git@github.com/clerk/migration-script +git clone git@github.com:clerk/migration-script cd migration-script