From 5029909591a94c9af4dfc9bffb318b293e0e6282 Mon Sep 17 00:00:00 2001 From: Jamiel Sharief <20553479+jamielsharief@users.noreply.github.com> Date: Fri, 15 Jan 2021 18:30:40 +0100 Subject: [PATCH] fixed badge link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 018ec9a..ce3c515 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ValueStore ![license](https://img.shields.io/badge/license-MIT-brightGreen.svg) -[![build](https://github.com/originphp/valuestore/workflows/CI/badge.svg)](https://github.com/originphp/valuestore/actions) +[![build](https://github.com/originphp/value-store/workflows/CI/badge.svg)](https://github.com/originphp/value-store/actions) [![coverage](https://coveralls.io/repos/github/originphp/value-store/badge.svg?branch=master)](https://coveralls.io/github/originphp/value-store?branch=master) ValueStore is a Key-Value Store (KVS) which provides a consistent interface for working with various types of stores, including JSON, Yaml, XML and PHP files. @@ -116,4 +116,4 @@ To use `Yaml` you will need to install the following composer package ```bash $ composer require originphp/yaml -``` \ No newline at end of file +```