From 20bd3185ae085b2eced952bc5191cb8eb922250e Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Fri, 5 Jan 2024 17:35:10 +0100 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 33ca043..6b04841 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ [![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-html.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-html) [![MIT Licensed](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md) -![Test Status](https://img.shields.io/github/workflow/status/spatie/laravel-html/run-tests?label=tests) -![Code Style Status](https://img.shields.io/github/workflow/status/spatie/laravel-html/Check%20&%20fix%20styling?label=code%20style) [![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-html.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-html) This package helps you generate HTML using a clean, simple and easy to read API. All elements can be dynamically generated and put together. The HTML builder helps you generate dynamically assigned form elements based on your selected model, the session or a default value.