From cee515fe3c9afac6a11857c9eb5d3121118cc8b3 Mon Sep 17 00:00:00 2001
From: Andrej Rasevic <andrej@rasevicengineering.com>
Date: Wed, 2 Jun 2021 20:20:22 -0400
Subject: [PATCH] fixing exercise description

---
 Exercises/Exercise1/Exercise1Description.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Exercises/Exercise1/Exercise1Description.md b/Exercises/Exercise1/Exercise1Description.md
index 5004ae6..46b3283 100644
--- a/Exercises/Exercise1/Exercise1Description.md
+++ b/Exercises/Exercise1/Exercise1Description.md
@@ -7,7 +7,7 @@
 ## Specifications/Requirements
 
 1. Description:
-   To complete this exercise you will need to create a new file, named `Response.md`, inside of the exercie1 directory. You will be using markdown syntax to create a markdown file that has at least 2 different headings, 1 unordered list and one code snippet. As a resource for how to write markdown syntax, here is a link to a great [markdown cheat-sheet](https://www.markdownguide.org/cheat-sheet/)
+   To complete this exercise you will need to create a new file, named `Response.md`, inside of the exercie1 directory. You will be using markdown syntax to create a markdown file that has at least 2 different headings, 1 unordered list and one block quote. As a resource for how to write markdown syntax, here is a link to a great [markdown cheat-sheet](https://www.markdownguide.org/cheat-sheet/)
 
 2. Requirements:  
     *   One header section should include your name and the name of the class  
-- 
GitLab