From 98ea656d1414837381e93a149bb55179365a2b19 Mon Sep 17 00:00:00 2001 From: Stefani Nikolova Date: Tue, 12 Mar 2019 10:33:44 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11a073f..88d370d 100644 --- a/README.md +++ b/README.md @@ -126,5 +126,5 @@ 3. Show appropriate error messages for required and minLength validation errors. 4. Use formControlName attribute in the input tag to set the name of the url form control. 5. Show appropriate error message for required validation error. - 6. Add an event listener to the 'Submit" button, which triggers the function for adding images defined in the component. + 6. Handle the submit event and trigger the function for adding images defined in the component.