diff --git a/README.md b/README.md
index 4bbc985..6c5b3a5 100644
--- a/README.md
+++ b/README.md
@@ -9,11 +9,14 @@ An undemanding IRC logger with a functional web interface.
- Search with regular expressions;
- To get the log as plain text, you need to substitute the `.txt` to the link;
- To hide the message in the log, you can put a dot at the beginning (message will be displayed as "Blinded message");
-- Connection status to the servers is displayed in real time (green check mark or red cross). This allows you to judge whether the log is up to date.
+- Connection status to the servers is displayed in real time (green check mark or red cross). This allows you to judge whether the log is up to date;
+- Real time reading chat via JavaScript and AJAX magic.
-
+
-
+
+
+
##### Admin features
@@ -21,6 +24,7 @@ An undemanding IRC logger with a functional web interface.
- Ability to use one nickname for all connections, or unique for each server;
- Nickname authorization support via NickServ;
- Customizable triggers for issuing information by bot in chat;
+- Real time reading mode may be disabled via configuration file (for JS haters, etc);
- Low system resource consumption: connecting to two servers and active use of the web interface requires ~20MB RAM.
#### First start (Debian/Ubuntu/etc)
diff --git a/screenshots/1.png b/screenshots/1.png
new file mode 100644
index 0000000..b5e63b3
Binary files /dev/null and b/screenshots/1.png differ
diff --git a/screenshots/2.png b/screenshots/2.png
new file mode 100644
index 0000000..19c2e77
Binary files /dev/null and b/screenshots/2.png differ
diff --git a/screenshots/3.png b/screenshots/3.png
new file mode 100644
index 0000000..9f7d66f
Binary files /dev/null and b/screenshots/3.png differ
diff --git a/screenshots/4.png b/screenshots/4.png
new file mode 100644
index 0000000..fcdc783
Binary files /dev/null and b/screenshots/4.png differ
diff --git a/screenshots/screenshot-1.png b/screenshots/screenshot-1.png
deleted file mode 100644
index 1f50196..0000000
Binary files a/screenshots/screenshot-1.png and /dev/null differ
diff --git a/screenshots/screenshot-2.png b/screenshots/screenshot-2.png
deleted file mode 100644
index 2cd40a9..0000000
Binary files a/screenshots/screenshot-2.png and /dev/null differ