Skip to content

Commit

Permalink
added message changes
Browse files Browse the repository at this point in the history
added message changes
  • Loading branch information
AvinashDalvi89 committed Jan 21, 2022
1 parent af4fe5c commit 2f45253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function initAction()
$this->projectPath = dirname(__FILE__, 5);
echo "Project Path: ".this->projectPath."\n";
$this->exampleFolder = "ExampleBundle";
$bundleName = readline("Enter Bundle Name (Give name is camelcase do not include Bundle word): ");
$bundleName = readline("Enter Bundle Name (Give name is CamelCase do not include Bundle word. Example, ExampleCode or SampleCode etc.): ");
if (strpos($bundleName, 'Bundle') == false) {
$bundleName =$bundleName."Bundle";
}
Expand Down

0 comments on commit 2f45253

Please sign in to comment.