From 227e92366abbcdc44aa27e8f89eeca0268a4bf36 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Mon, 20 Jan 2025 17:44:10 -0500 Subject: [PATCH] remove $ so cut-and-paste works --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49df6074..0b26dddc 100644 --- a/README.md +++ b/README.md @@ -84,13 +84,13 @@ $content = file_get_contents('foobar.json'); Use composer to install Safe-PHP: ```bash -$ composer require thecodingmachine/safe +composer require thecodingmachine/safe ``` *Highly recommended*: install PHPStan and PHPStan extension: ```bash -$ composer require --dev thecodingmachine/phpstan-safe-rule +composer require --dev thecodingmachine/phpstan-safe-rule ``` Now, edit your `phpstan.neon` file and add these rules: @@ -111,7 +111,7 @@ tool that performs instant refactoring of your application. Run ```bash -$ composer require --dev rector/rector +composer require --dev rector/rector ``` to install `rector/rector`.