diff --git a/index.html.markdown b/index.html.markdown
index 9e18277a3..468539c57 100644
--- a/index.html.markdown
+++ b/index.html.markdown
@@ -17,6 +17,9 @@ Use the navigation to the left to read about the available resources.
## Example Usage
```
+# Set the variable value in *.tfvars file or using -var="do_token=..." CLI option
+variable "do_token" {}
+
# Configure the DigitalOcean Provider
provider "digitalocean" {
token = "${var.do_token}"