Skip to content

Commit

Permalink
Fix docker badge in README.md (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
krisis authored and nitisht committed Jun 16, 2017
1 parent fca81b6 commit 8fd8f88
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,4 +1,4 @@
# Mint [![Slack](https://slack.minio.io/slack?type=svg)](https://slack.minio.io) [![Go Report Card](https://goreportcard.com/badge/minio/minio)](https://goreportcard.com/report/minio/minio) [![Docker Pulls](https://img.shields.io/docker/pulls/minio/minio.svg?maxAge=604800)](https://hub.docker.com/r/minio/minio/) [![codecov](https://codecov.io/gh/minio/minio/branch/master/graph/badge.svg)](https://codecov.io/gh/minio/minio)
# Mint [![Slack](https://slack.minio.io/slack?type=svg)](https://slack.minio.io) [![Docker Pulls](https://img.shields.io/docker/pulls/minio/mint.svg?maxAge=604800)](https://hub.docker.com/r/minio/mint/)

Collection of tests to detect overall correctness of Minio server.

Expand Down Expand Up @@ -81,4 +81,4 @@ To add new SDK/CLI to Mint:

- Create new directory in `apps/` directory with corresponding tool name
- Add a `run.sh` script. This script should set up the SDK/CLI tool and then execute the tests
- Add an entry in `config.yaml` with name of folder, e.g test_folder
- Add an entry in `config.yaml` with name of folder, e.g test_folder

0 comments on commit 8fd8f88

Please sign in to comment.