diff --git a/README.md b/README.md index 592bbb3..10b4841 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Add schemaless attributes to Eloquent models [![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-schemaless-attributes.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-schemaless-attributes) -![GitHub Workflow Status](https://img.shields.io/github/workflow/status/spatie/laravel-schemaless-attributes/run-tests?label=tests) +![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/spatie/laravel-schemaless-attributes/run-tests.yml?branch=main&label=Tests) [![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-schemaless-attributes.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-schemaless-attributes) Wouldn't it be cool if you could have a bit of the spirit of NoSQL available in Eloquent? This package does just that. It provides a trait that when applied on a model, allows you to store arbitrary values in a single JSON column.