From 935a1f2425f4ea656b7245869b778dc6ccbe8072 Mon Sep 17 00:00:00 2001 From: Zsolt Varga Date: Wed, 11 Oct 2023 04:08:55 +0200 Subject: [PATCH] Fix syntax highlighting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbe8ee3..c8448e7 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ Every call on the **Browser** facade is proxied to a result object, so the follo If You are using Laravel then after installation run the following command: ```sh -// Will copy a config file to ~/app/config/browser-detect.php +# Will copy a config file to ~/app/config/browser-detect.php php artisan vendor:publish ```