diff --git a/README.md b/README.md
index 050d615..7ef1aee 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,18 @@
-# TermStats
+# ExpvarMon
-TermUI based monitor for [expvars](http://golang.org/pkg/expvar/) variables (/debug/vars). Quickest way to monitor your Go app.
+TermUI based Go apps monitor using [expvars](http://golang.org/pkg/expvar/) variables (/debug/vars). Quickest way to monitor your Go app.
## Introduction
-Go apps console monitoring tool. Minimal configuration efforts. Quick and fast monitoring solution for one or many services.
+Go apps console monitoring tool. Minimal configuration efforts. Quick and fast monitoring solution for one or multiple services.
## Demo
-
+### Multiple apps mode
+
+### Single mode
+
+
+You can monitor arbitrary number of services and variables:
+
diff --git a/demo/demo.png b/demo/demo.png
deleted file mode 100644
index f37021f..0000000
Binary files a/demo/demo.png and /dev/null differ
diff --git a/demo/demo_multi.png b/demo/demo_multi.png
new file mode 100644
index 0000000..8b22ff2
Binary files /dev/null and b/demo/demo_multi.png differ
diff --git a/demo/demo_multi_2.png b/demo/demo_multi_2.png
new file mode 100644
index 0000000..82581bd
Binary files /dev/null and b/demo/demo_multi_2.png differ
diff --git a/demo/demo_single.png b/demo/demo_single.png
new file mode 100644
index 0000000..4c9c7dd
Binary files /dev/null and b/demo/demo_single.png differ
diff --git a/demo/demo_small.png b/demo/demo_small.png
new file mode 100644
index 0000000..a8cfd1c
Binary files /dev/null and b/demo/demo_small.png differ