Skip to content

Commit 86c44c9

Browse files
Update README.md
1 parent eb9c389 commit 86c44c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Download for [MacOS](https://github.com/team-reactype/ReacType/releases/tag/Mac.
2222
- Open the application to start a new project. It will open in the root App component, with its name listed in the left panel and the component represented by the white box on the canvas.
2323
- To add a new component, type its name in the upper left panel, in the field '**Add class component**', and press enter.
2424
- To render a component **_instance_** to the screen, first select the component, or _parent_, that the instance will be rendered within. This selected component will be represented in a new canvas view, with its own white box. Then press the plus button next to the component name. An instance, or _child_, representation will appear on the canvas.
25-
- To add draggable HTML elements, select the image icons on the lower left panel.
25+
- To add draggable **HTML elements**, select the image icons on the lower left panel.
2626

2727
![Gif of adding](https://imgur.com/sZloD8o.gif)
2828

29-
- The bottom panel allows the user to toggle between 4 different views: a tree diagram of the application, a preview of the exportable code, a form to enter component props, and a form to add HTML attributes.
29+
- The bottom panel allows the user to toggle between 4 different views: a **tree diagram of the application**, a **real-time preview of the exportable code**, a form to enter component props, and a form to add HTML attributes.
3030

3131
![Gif of code preview & tree](https://imgur.com/KZb2UTO.gif)
3232

0 commit comments

Comments
 (0)