From d19dab6ec9527bc3127eb9c00ad4495eca798c7d Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Fri, 8 Mar 2024 13:16:34 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index fd0f4d1..e5d447b 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ [![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-db-snapshots.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-db-snapshots) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md) -![Test Status](https://img.shields.io/github/actions/workflow/status/spatie/laravel-db-snapshots/run-tests.yml?branch=master&label=tests) -![Code Style Status](https://img.shields.io/github/actions/workflow/status/spatie/laravel-db-snapshots/php-cs-fixer.yml?branch=master&label=code%20style) +[![run-tests](https://github.com/spatie/laravel-db-snapshots/actions/workflows/run-tests.yml/badge.svg)](https://github.com/spatie/laravel-db-snapshots/actions/workflows/run-tests.yml) [![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-db-snapshots.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-db-snapshots) This package provides Artisan commands to quickly dump and load databases in a Laravel application.