diff --git a/README.md b/README.md index d24722b51..ab321106d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ 1. Replace `` with your Github username in the link - - [DEMO LINK](https://.github.io/js_task_fix_form_DOM/) + - [DEMO LINK](https://Vitaligna.github.io/js_task_fix_form_DOM/) 2. Follow [this instructions](https://mate-academy.github.io/layout_task-guideline/) - - Run `npm run test` command to test your code; - - Run `npm run test:only -- -n` to run fast test ignoring linter; - - Run `npm run test:only -- -l` to run fast test with additional info in console ignoring linter. + - Run `npm run test` command to test your code; + - Run `npm run test:only -- -n` to run fast test ignoring linter; + - Run `npm run test:only -- -l` to run fast test with additional info in console ignoring linter. ### Task: Auth form fix @@ -12,21 +12,24 @@ Look at this form... Looks like something is missing here. Labels? Placeholders? ![Preview](./src/images/preview.png) Your task is to make script, which fixes problems in this form. -1) Add `