Skip to content

Commit f2ea782

Browse files
committed
updated doc
1 parent 7b07bae commit f2ea782

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# A2bizz AAMC
1+
# A2bizz AMC
22
A2bizz Advanced Module Creator
33

44
## Description
5-
A2bizz Advanced module creator (AAMC) is a Magento2 Extension to create custom modules in quick manner with basic requirments of a module.
5+
A2bizz Advanced module creator (AMC) is a Magento2 Extension to create custom modules in quick manner with basic requirments of a module.
66
Developers can make changes in a generated module as per requirement.
77
The benifit of this magento2 module creater is that you can create modules directly to the <strong>app/code</strong> section of a project, so <strong>no need to download or copy paste generated module</strong>.
88
the module generated will appears, or you can find your module in <strong>app/code/{namespace}/{module} folder, directly</strong>.
@@ -45,7 +45,7 @@ PHP version 8.0.0 or higher. Some PHP extensions may be needed. See composer.jso
4545
## Coding Standards
4646
The generated extensions follow the PSR1, PSR2, PSR12 coding standards.
4747

48-
## Contributing to the AAMC
48+
## Contributing to the A2bizz AMC
4949
- If you find a bug, report it <a href="https://github.com/gitamitgit/magento2-module-creator/issues">here</a>
5050
- you have a cool idea for improving it but you don't want to implement it, post it <a href="https://github.com/gitamitgit/magento2-module-creator/issues">here</a>. There are no guarantees that it will get implemeted though.
5151
- you have a cool idea for improving it and you can implement it, feel free to make a PR. But before doing so, make sure that the new code you create it is covered with unit tests and the existing unit tests still pass.

0 commit comments

Comments
 (0)