From 245cdcce725164bd03e52371d1bb4e3d00b76f24 Mon Sep 17 00:00:00 2001 From: Mojmir Fendek Date: Thu, 31 Aug 2023 11:20:02 +1200 Subject: [PATCH] MISC: Docs update. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d766f8a..9d86a6e9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # Silverstripe link module -Experimental module looking at how we could implement a link field and a link data object. +[![Build Status](https://github.com/silverstripe/silverstripe-linkfield/actions/workflows/ci.yml/badge.svg)](https://github.com/silverstripe/silverstripe-linkfield/actions/workflows/ci.yml) +[![Latest Stable Version](http://poser.pugx.org/silverstripe/linkfield/v)](https://packagist.org/packages/silverstripe/linkfield) +[![Total Downloads](http://poser.pugx.org/silverstripe/linkfield/downloads)](https://packagist.org/packages/silverstripe/linkfield) +[![Latest Unstable Version](http://poser.pugx.org/silverstripe/linkfield/v/unstable)](https://packagist.org/packages/silverstripe/linkfield) +[![License](http://poser.pugx.org/silverstripe/linkfield/license)](https://packagist.org/packages/silverstripe/linkfield) +[![PHP Version Require](http://poser.pugx.org/silverstripe/linkfield/require/php)](https://packagist.org/packages/silverstripe/linkfield) + +Link management module for Silverstripe CMS. ## Installation