diff --git a/.gitignore b/.gitignore
index ea7af55..e43b445 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
-*.log
+!**/*.svg
+*.log
.DS_Store
diff --git a/README.md b/README.md
index 7a9b850..448cce4 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,39 @@
# Pyramid Generator
-JavaScript is a powerful scripting language
-that you can use to make web pages interactive.
-It's one of the core technologies of the web,
+
+JavaScript is a powerful scripting language
+that you can use to make web pages interactive.
+It's one of the core technologies of the web,
along with HTML and CSS. All modern browsers support JavaScript.
-In this practice project, you'll learn fundamental
-programming concepts in JavaScript by coding your
-own Pyramid Generator. You'll learn how to work
-with arrays, strings, functions, loops,
+In this practice project, you'll learn fundamental
+programming concepts in JavaScript by coding your
+own Pyramid Generator. You'll learn how to work
+with arrays, strings, functions, loops,
if/else statements, and more.
+### technologies
+
+