diff --git a/app/views/docs/index.html.erb b/app/views/docs/index.html.erb
index 4d1459d..642b1ef 100644
--- a/app/views/docs/index.html.erb
+++ b/app/views/docs/index.html.erb
@@ -8,9 +8,14 @@
Getting Started
-
- - Sign Up for a New User Account - https://thingspeak.com/account/new
- - Create a New Channel by selecting Channels and then Create New Channel
+
+
+ Quick Start
+
+ - Sign Up for a New User Account
+ - Create a New Channel by going to your Channels page and clicking Create New Channel
+ - Add some data by updating your Channel via URL:
<%= @ssl_api_domain %>update?api_key=YOUR_CHANNEL_API_KEY&field1=7
+ - Retrieve some data by viewing your Channel feed:
<%= @ssl_api_domain %>channels/YOUR_CHANNEL_ID/feeds.json
- Follow a tutorial for common devices and applications