diff --git a/README.md b/README.md
index c43bae4..bab68f4 100644
--- a/README.md
+++ b/README.md
@@ -126,7 +126,7 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and
| Add a challenge | [Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md)│[Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md) |
-
+
@@ -147,7 +147,7 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and
| Add a challenge | [Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md)│[Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md) |
-
+
@@ -167,7 +167,7 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and
| Add a challenge | [Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md)│[Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md) |
-
+
@@ -200,7 +200,7 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and
| Add a challenge | [Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md)│[Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md) |
-
+
@@ -227,7 +227,7 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and
| Add a challenge | [Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md)│[Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md) |
-
+
@@ -260,7 +260,7 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and
| Add a challenge | [Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md)│[Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md) |
-
+
@@ -282,7 +282,7 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and
| Add a challenge | [Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md)│[Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md) |
-
+
@@ -303,7 +303,7 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and
| Add a challenge | [Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md)│[Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md) |
-
+
@@ -419,6 +419,7 @@ $ jupyter notebook
```
This will launch your web browser with the list of challenge categories:
+
* Navigate to the **Challenge Notebook** you wish to solve
* Run the cells within the challenge notebook (Cell->Run All)
* This will result in an expected unit test error
@@ -442,6 +443,7 @@ Challenges, solutions, and unit tests are presented in the form of **IPython/Jup
Contributions are welcome!
Review the [Contributing Guidelines](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md) for details on how to:
+
* Submit issues
* Add solutions to existing challenges
* Add new challenges