Skip to content

Commit afda57e

Browse files
Merge pull request #90 from MarcelWeidum/shorten-herd-command
Shorten herd command usage in README
2 parents d38a427 + 8cbe923 commit afda57e

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)