From 5c6d242bfccf511efe406016b2fd9829e4c8e95c Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Tue, 4 Oct 2022 19:45:36 +0200 Subject: [PATCH] Fix casing --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 57d9ab6..5a59763 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ [![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/phpDocumentor/GraphViz.svg)](https://scrutinizer-ci.com/g/phpDocumentor/GraphViz/?branch=master) [![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/phpDocumentor/GraphViz.svg)](https://scrutinizer-ci.com/g/phpDocumentor/GraphViz/?branch=master) [![Stable Version](https://img.shields.io/packagist/v/phpDocumentor/GraphViz.svg)](https://packagist.org/packages/phpDocumentor/GraphViz) -[![Unstable Version](https://img.shields.io/packagist/vpre/phpDocumentor/GraphViz.svg)](https://packagist.org/packages/phpDocumentor/GraphViz) - GraphViz ======== @@ -19,7 +17,7 @@ fluent interface. This library contains a number of magic methods to set attributes on `Node`, `Graph` and `Edge` this will result in errors when using the library with checks by PHPStan. For your convenience this -library provides an phpStan extension so your code can be checked correctly by phpstan. +library provides a PHPStan extension so your code can be checked correctly by PHPStan. ``` includes: