Skip to content

Commit 8cbe923

Browse files
committed
Shorten herd command usage in README
Replaces separate 'herd link' and 'herd secure' commands with a single 'herd link --secure' for improved clarity and accuracy in the advanced function example.
1 parent d38a427 commit 8cbe923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function larament() {
114114
local project_name="$1"
115115
composer create-project --prefer-dist CodeWithDennis/larament "$project_name" || return 1
116116
cd "$project_name" || return 1
117-
herd link && herd secure && herd open
117+
herd link --secure && herd open
118118
;;
119119
*)
120120
return 1

0 commit comments

Comments
 (0)