From 48b9df7b8f7c54230cf6972a7d440060ad93a4d4 Mon Sep 17 00:00:00 2001 From: Brian Daley Date: Thu, 17 Feb 2022 15:00:48 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba1ab7f..fcd49b0 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This repo contains answers to the collection of [Frontend Interview Questions](h 3. Create a new feature branch that is named in the format of `feature/description-of-feature`. For example, if you might name your branch `feature/describing-floats` if answering a question about floats. -4. In the appropriate file, using [Markdown](https://guides.github.com/features/mastering-markdown/, supply the answer to your chosen question. +4. In the appropriate file, using [Markdown](https://guides.github.com/features/mastering-markdown/), supply the answer to your chosen question. 5. Once you are finished, commit your changes and push your feature branch to the repository. @@ -24,4 +24,4 @@ This repo contains answers to the collection of [Frontend Interview Questions](h 1. [General](general.md) 1. [HTML](html.md) 1. [CSS](css.md) -1. [JavaScript](javascript.md) \ No newline at end of file +1. [JavaScript](javascript.md)