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 +```