Skip to content

Commit

Permalink
#17: Moving to the honl namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
paales committed Nov 16, 2016
1 parent ca2fc41 commit 86cdc9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Ho_Templatehints extends the default Magento template hints.

- Easily accessible with with mussle memory `?ath=1`.
- Easily accessible with with muscle memory `?ath=1`.
- Shows hints for **Templates**, **AbstractBlocks** (Blocks), **Containers** and **UI Components**.
- No layout interference: Using css outline instead of borders of other HTML elements, so it doesn't f'up the layout.

Expand All @@ -11,15 +11,15 @@ Ho_Templatehints extends the default Magento template hints.
## Installation

```
composer require ho-nl/magento2-templatehints
composer require honl/magento2-templatehints
php bin/magento module:enable Ho_Templatehints
php bin/magento setup:upgrade
```

### Development installation (git enabled)

```
composer require ho-nl/magento2-templatehints "dev-master"
composer require honl/magento2-templatehints "dev-master"
php bin/magento module:enable Ho_Templatehints
php bin/magento setup:upgrade
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ho-nl/magento2-templatehints",
"name": "honl/magento2-templatehints",
"description": "H&O Magento 2 Advanced Template Hints module",
"homepage": "https://github.com/ho-nl/magento2-Ho_Templatehints",
"authors": [
Expand Down

0 comments on commit 86cdc9a

Please sign in to comment.