From 030a3949b26ed6c61aee0aa67b15f30a3cf3a0b1 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 19:03:46 +0800 Subject: [PATCH] Make the installation command easy to copy. (#292) --- 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 ```