Skip to content

Commit 884fe48

Browse files
authored
fixed typos in readme
1 parent b18191e commit 884fe48

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,7 +22,7 @@
2222

2323
#### How to use
2424
+ Opening the application will create by default a root App component and a root route called "HomeView"
25-
+ Upload an mockup from your filesystem if you'd like. Remove the mockup and choose a new one if needed.
25+
+ Upload a mockup from your filesystem if you'd like. Remove the mockup and choose a new one if needed.
2626
![](https://raw.githubusercontent.com/jeisele2/OverVue/master/src/assets/gifs/upload-image-drawers.gif)
2727

2828
+ To add a new component, type its name in the component name box and select any HTML elements that should be rendered by that component.
@@ -31,7 +31,7 @@
3131
+ After adding, you can move and resize the component in the display.
3232
![alt text](https://raw.githubusercontent.com/jeisele2/OverVue/master/src/assets/gifs/component_creation.gif)
3333

34-
+ You can also add children to components by right-clicking the component to add children to, and you can see the tree rerender as you create new components or change the hierarchy.
34+
+ You can also add children to components by right-clicking the component to add children to, and you can see the tree re-render as you create new components or change the hierarchy.
3535
![](https://raw.githubusercontent.com/jeisele2/OverVue/master/src/assets/gifs/HTML-elements-tree-rerender.gif)
3636

3737
+ The dashboard shows info about each component (code snippets and HTML elements). Click a component in the display to see its properties.

0 commit comments

Comments
 (0)