Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme, solve the markdown typos #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ The data in the module has been divided into tabs, which can be viewed at module

**Magento 2 Developer-Debug** module is tested on the **2.1.3** version of Magento 2.x. The tool is launched with a goal to help global developers, who are willing to leave no stone unturned in analyzing structure of Magento 2.x.

##Installing and verifying the reference module
## Installing and verifying the reference module
You can install the reference module in any of the following ways:

- By copying the code to your <your Magento install dir>/app/code/<PackageName>/<ModuleName> directory.
This method requires some manual tasks but it easy.
- Using composer update.

##Installing the module by copying code
## Installing the module by copying code
Any Magento module requires a particular directory structure under <your Magento install dir>/app/code. The structure starts with:
< PackageName>/<ModuleName>
The reference module requires the following structure:
Expand All @@ -59,7 +59,7 @@ To add the module to your Magento installation:
- 'Ced_DevTool' => 1,
- Save your changes and exit the text editor.

##Installing the module using Composer
## Installing the module using Composer

- open cmd/shell and cd upto your magentoRootDirectory
- then run below commands:-
Expand Down