From c9783060ff3e041b0ab435b5a8137df5a7c04878 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Sat, 25 Nov 2023 07:10:19 +1300 Subject: [PATCH] chore: remove broken travis label --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f7f6553..a2ad93f 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,14 @@ # Silverstripe Wkhtml - by Heyday -[![Build Status](https://travis-ci.org/heyday/silverstripe-wkhtml.png?branch=master)](https://travis-ci.org/heyday/silverstripe-wkhtml) - This module provides a SilverStripe-centric wrapper for [Snappy](https://github.com/KnpLabs/snappy) and [wkhtml](http://code.google.com/p/wkhtmltopdf/). -A `SilverStripe 3` version is available as `^2.x`, and a SilverStripe `2.4` version is available as `^1.x`. - ## Requirements -* [Composer](http://getcomposer.org/) * [Wkhtml binary](http://code.google.com/p/wkhtmltopdf/downloads/list) either wkhtmltopdf or wkhtmltoimage ## Installation - $ composer require "heyday/silverstripe-wkhtml:^3" + $ composer require "heyday/silverstripe-wkhtml" ## How to use @@ -181,7 +176,7 @@ HTML; \Heyday\SilverStripe\WkHtml\Output\TextString::create(); ``` -##Unit Testing +## Unit Testing ```bash $ composer install $ phpunit