Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
lumnn committed May 20, 2022
1 parent 6ab3d8a commit 956ac56
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
![Example Usage](docs/example.gif)

This module does not change any element styles or does not add any extra styles
for highlighting them, therefore **enabling hints does not affect website look,
feel nor behaviour.**
Features:

- **Does not affect structure** or existing styles 👌
- Detects **Knockout** components and templates 🤜
- Uses dev-tools like **element picker** to select elements 🔫
- Prints **browseable structure** and internal informations in console 👀
- Adds a button to open edit page for CMS Blocks 🖊️

## Installation

Expand All @@ -29,7 +33,7 @@ Open your Magento page with an extra GET parameter `?ath=1`. For example:

**Console Helper**

Use `layout()` function to investigate any HTML element. To inspect currently selected element in inspector use `layout($0)`
Use `i()` function to investigate any HTML element. To inspect currently selected element in inspector use `i($0)`

## Credits

Expand Down

0 comments on commit 956ac56

Please sign in to comment.