From 169ccd9710ed6f83d5eff0edffcc1abca3b9a9fe Mon Sep 17 00:00:00 2001 From: Chris Kacerguis Date: Sun, 10 Nov 2019 13:58:04 -0600 Subject: [PATCH] fix correct repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4955bb84..0a7b6b4b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CodeIgniter RestServer -[![StyleCI](https://github.styleci.io/repos/219224674/shield?branch=master)](https://github.styleci.io/repos/219224674) +[![StyleCI](https://github.styleci.io/repos/230589/shield?branch=master)](https://github.styleci.io/repos/230589) A fully RESTful server implementation for CodeIgniter using one library, one config file and one controller.