Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Minor corrections
  • Loading branch information
Eliott-Guevel authored Jan 2, 2024
1 parent ee09755 commit 7ff0cfe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,25 +82,25 @@ Molecule tries to offer a maximum number of Pharo user interface extensions to c

### Library menu

A molecule component system can be monitored and inspected from a dedicated `Molecule library menu`.
A Molecule Component system can be monitored and inspected from the dedicated `Molecule library menu`.
![image](https://github.com/OpenSmock/Molecule/assets/49183340/28380e1b-37be-4456-a376-bb8dac70fd3f)

This menu also includes a special section for `Debug and Tools`, providing access to advanced features.
### Contextuals menu
### Contextual menus

There are mutiple access to Molecule features from contextual menus.
There are mutiple accesses to Molecule features from contextual menus.

#### Packages contextual menu:
![image](https://github.com/OpenSmock/Molecule/assets/49183340/1c4f9885-03e0-41dd-90db-eac077b34dcf)

This menu provide `metrics` to have statistics on the Molecule code in selected packages.
This menu provides `metrics` to have statistics on the Molecule code in selected packages.
![image](https://github.com/OpenSmock/Molecule/assets/49183340/d083047b-ad95-42cf-a7f4-76242d2f6eec)

#### Classes contextual menu:
![image](https://github.com/OpenSmock/Molecule/assets/49183340/ac545c7b-9004-4728-a398-7cca42b0ed54)

This menu provide actions and tools depending a selected classes.
With this menu you can force to `define` a Component, specially if you have deactivated the Molecule dynamic update or if you have a bug during a Component contract changed.
This menu provides actions and tools depending on the selected classes.
With this menu you can force to `define` a Component, specially if you have deactivated the Molecule dynamic update or if you have a bug when a Component contract changed.

## <img src="/resources/puce.svg" width="32" height="32" align="bottom"> Using Components

Expand Down

0 comments on commit 7ff0cfe

Please sign in to comment.