diff --git a/SVG.md b/SVG.md
index 5fcc82d..3611673 100644
--- a/SVG.md
+++ b/SVG.md
@@ -1,6 +1,6 @@
# SVG
-This lesson covers how to create various SVG elements, the foundation of D3.js. In it, we will discuss:
+This lesson covers how to create various SVG elements, the foundation of D3.js. In it we will cover the following topics
1. Base tags
1. Basic Elements
@@ -8,10 +8,9 @@ This lesson covers how to create various SVG elements, the foundation of D3.js.
1. Styling
1. Important SVG elements
-
## Base tag
-All svg elements go inside an `` tag. Let's set this up:
+When viewing SVG graphics in a browser, it's important to embed and `