diff --git a/README.md b/README.md
index 5cc56d7..1153548 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,10 @@ This should leave you with an elaborate, well styled HTML file that looks someth
There are three libraries that you will need to include to make WebRTC operations much easier. The first thing you should include is [jQuery](https://jquery.com/) to make modifying DOM elements a breeze. Then, you will need the PubNub JavaScript SDK to facilitate the WebRTC signaling. Finally, include the PubNub WebRTC SDK which makes placing phone calls as simple as calling the `dial(number)` function.
-
+
+
Now we are ready to write our calling functions for `login` and `makeCall`!