From 515f70aa1724408519851e4611625a992058282e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Wed, 20 Nov 2024 17:49:19 +0800 Subject: [PATCH] Make the installation command easy to copy. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c0c83a..adb97eb 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,9 @@ Don't forget to :star: the package if you like it. :pray: Use composer to install the package: -`composer require matchish/laravel-scout-elasticsearch` +``` +composer require matchish/laravel-scout-elasticsearch +``` Set env variables ```