From dadaa23dcc8877c4f6ebca6371cbdcf640b4fcc8 Mon Sep 17 00:00:00 2001 From: Laurence Keijmel Date: Thu, 16 Jan 2025 15:43:41 +0100 Subject: [PATCH] feat: fix repo url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 344ca66..7f48985 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ enable the repository in your `composer.json` file: "repositories": { "minvws/codable": { "type": "vcs", - "url": "git@github.com:minvws/nl-rdo-php-codable" + "url": "git@github.com:minvws/icore-php-codable" } } }