From 34f7e382b67f6209daedb8bd56a15fecede8b14b Mon Sep 17 00:00:00 2001 From: Robin Dirksen Date: Mon, 13 Jun 2022 17:29:25 +0200 Subject: [PATCH] Update readme for easier copy of code snippets --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 092eec8..2f111be 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Fresh install? Continue with the installation guide below. Add Laravel-Mollie to your composer file via the `composer require` command: ```bash -$ composer require mollie/laravel-mollie:^2.0 +composer require mollie/laravel-mollie:^2.0 ``` Or add it to `composer.json` manually: