From b6de15451df4710539ad83ed93151627e805769b Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Thu, 5 May 2016 07:48:18 -0400 Subject: [PATCH] Clarify share instructions slightly --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d046a6b8d..c59a847dd 100644 --- a/readme.md +++ b/readme.md @@ -68,7 +68,7 @@ To see a listing of all of your linked directories, run the `valet links` comman Valet even includes a command to share your local sites with the world. No additional software installation is required once Valet is installed. -To share a site, simply navigate to the site and run the `valet share` command. A publicly accessible URL will be inserted into your clipboard and is ready to paste directly into your browser. It's just that simple. +To share a site, simply navigate to the site in your terminal and run the `valet share` command. A publicly accessible URL will be inserted into your clipboard and is ready to paste directly into your browser. It's just that simple. To stop sharing your site, simply hit `Control + C` to cancel the process.