Skip to content

Commit

Permalink
fixed badge link
Browse files Browse the repository at this point in the history
  • Loading branch information
jamielsharief committed Jan 15, 2021
1 parent 8cad4fd commit 5029909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -116,4 +116,4 @@ To use `Yaml` you will need to install the following composer package

```bash
$ composer require originphp/yaml
```
```

0 comments on commit 5029909

Please sign in to comment.