Skip to content

Commit f5f1380

Browse files
committed
fix badges
Signed-off-by: arhimede <[email protected]>
1 parent d387c11 commit f5f1380

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
## Badges
77

88
![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/queue)
9-
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/queue/main)
9+
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/queue/1.0)
1010

1111
[![GitHub issues](https://img.shields.io/github/issues/dotkernel/queue)](https://github.com/dotkernel/queue/issues)
1212
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/queue)](https://github.com/dotkernel/queue/network)
1313
[![GitHub stars](https://img.shields.io/github/stars/dotkernel/queue)](https://github.com/dotkernel/queue/stargazers)
14-
[![GitHub license](https://img.shields.io/github/license/dotkernel/queue)](https://github.com/dotkernel/queue/blob/main/LICENSE.md)
14+
[![GitHub license](https://img.shields.io/github/license/dotkernel/queue)](https://github.com/dotkernel/queue/blob/1.0/LICENSE.md)
1515

1616
[![Build Status](https://github.com/mezzio/mezzio-skeleton/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/mezzio/mezzio-skeleton/actions/workflows/continuous-integration.yml)
1717
[![codecov](https://codecov.io/gh/dotkernel/queue/graph/badge.svg?token=pexSf4wIhc)](https://codecov.io/gh/dotkernel/queue)
@@ -20,11 +20,7 @@
2020

2121
## Installation
2222

23-
Install `dotkernel/queue` by executing the following Composer command:
24-
25-
```shell
26-
composer require dotkernel/queue
27-
```
23+
> Until we have a compiled documentation, read the files from /doc/book/v1 folder
2824
2925
## Documentation
3026

docs/book/v1/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
## Badges
55

66
![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/queue)
7-
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/queue/main)
7+
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/queue/1.0)
88

99
[![GitHub issues](https://img.shields.io/github/issues/dotkernel/queue)](https://github.com/dotkernel/queue/issues)
1010
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/queue)](https://github.com/dotkernel/queue/network)
1111
[![GitHub stars](https://img.shields.io/github/stars/dotkernel/queue)](https://github.com/dotkernel/queue/stargazers)
12-
[![GitHub license](https://img.shields.io/github/license/dotkernel/queue)](https://github.com/dotkernel/queue/blob/main/LICENSE.md)
12+
[![GitHub license](https://img.shields.io/github/license/dotkernel/queue)](https://github.com/dotkernel/queue/blob/1.0/LICENSE.md)
1313

1414
[![Build Status](https://github.com/mezzio/mezzio-skeleton/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/mezzio/mezzio-skeleton/actions/workflows/continuous-integration.yml)
1515
[![codecov](https://codecov.io/gh/dotkernel/queue/graph/badge.svg?token=pexSf4wIhc)](https://codecov.io/gh/dotkernel/queue)

0 commit comments

Comments
 (0)