From 862a0c21f418364f04777c9b40062c89c10f5279 Mon Sep 17 00:00:00 2001 From: AmirHossein Fallah Date: Mon, 8 Dec 2025 14:16:17 +0330 Subject: [PATCH] docs: complete truncated sentence in Herd on Windows section The sentence describing how to access Laravel applications was incomplete, ending with 'using its dire'. This completes it to 'using its directory name.' --- installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation.md b/installation.md index 603257864c..711d27a264 100644 --- a/installation.md +++ b/installation.md @@ -191,7 +191,7 @@ You can download the Windows installer for Herd on the [Herd website](https://he The Herd UI is accessible by left-clicking on Herd's system tray icon. A right-click opens the quick menu with access to all tools that you need on a daily basis. -During installation, Herd creates a "parked" directory in your home directory at `%USERPROFILE%\Herd`. Any Laravel application in a parked directory will automatically be served by Herd, and you can access any Laravel application in this directory on the `.test` domain using its directory name. +During installation, Herd creates a "parked" directory in your home directory at %USERPROFILE%\Herd. Any Laravel application in a parked directory will automatically be served by Herd, and you can access any Laravel application in this directory on the .test domain using its directory name. After installing Herd, the fastest way to create a new Laravel application is using the Laravel CLI, which is bundled with Herd. To get started, open Powershell and run the following commands: