Skip to content

Commit 0bbd818

Browse files
author
joaossmacedo
committed
Update README
1 parent d4773c0 commit 0bbd818

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## What is the objective of the project?
44
Create an input component that receive values such as type, placeholder and initialValue, creates an input field based on those parameters and then return the value and errors whenever there is a change on the field.
55

6-
![Input Component Logic](docs/assets/inputComponent.png)
6+
![Input Component Logic](/docs/assets/inputComponent.png)
77

88
## Why should I use this concept?
99
1. Maintainability and reuse<br/>

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## What is the objective of the project?
44
Create an input component that receive values such as type, placeholder and initialValue, creates an input field based on those parameters and then return the value and errors whenever there is a change on the field.
55

6-
![Input Component Logic](assets/inputComponent.png)
6+
![Input Component Logic](/assets/inputComponent.png)
77

88
## Why should I use this concept?
99
1. Maintainability and reuse<br/>

0 commit comments

Comments
 (0)