From 778c9905b8c86a04b79e503ccc110009ffe2be90 Mon Sep 17 00:00:00 2001 From: Jantinn Erezo Date: Fri, 22 Mar 2024 20:38:49 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09a7501..487d7a7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ +![example workflow](https://github.com/airlst/sdk-php/actions/workflows/ci.yml/badge.svg) + # Core API SDK for PHP -This package is currently work in progress ## Requirements - PHP 8.2 @@ -12,7 +13,7 @@ Add the package to your composer.json repositories array. "repositories": [ { "type": "vcs", - "url": "https://github.com/airlst/sdk-php.git" + "url": "https://github.com/airlst/sdk-php" } ] ```