Skip to content

Commit 15a94ba

Browse files
committed
update README.md
1 parent 3104698 commit 15a94ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
This package can be used as to scaffold a framework agnostic package. Follow these steps to get started:
1010

1111
1. Press the "Use template" button at the top of this repo to create a new repo with the contents of this skeleton
12-
2. Run "./configure.sh" to run a script that will replace all placeholders throughout all the files
12+
2. Run "php ./configure.sh" to run a script that will replace all placeholders throughout all the files
1313
3. Have fun creating your package.
1414
4. If you need help creating a package, consider picking up our <a href="https://laravelpackage.training">Laravel Package Training</a> video course.
1515
---

configure-skeleton.php renamed to configure.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function replace_in_file(string $file, array $replacements): void {
8484

8585
$className = title_case($packageName);
8686
$className = ask('Class name', $className);
87-
$description = ask('Package description', 'This is my package.');
87+
$description = ask('Package description', "This is my package {$packageSlug}");
8888

8989
writeln('------');
9090
writeln("Author : {$authorName} ({$authorUsername}, {$authorEmail})");

0 commit comments

Comments
 (0)