diff --git a/README.md b/README.md
index 821bcb2..7b21de2 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@ Spigot-SSHD
===========
[![Build Status](https://travis-ci.org/Justasic/Spigot-SSHD.svg?branch=master)](https://travis-ci.org/Justasic/Spigot-SSHD)
+[![Release](https://img.shields.io/github/release/Justasic/Spigot-SSHD.svg?label=Release&maxAge=60)](https://github.com/Justasic/Spigot-SSHD/releases/latest)
+[![GitHub license](https://img.shields.io/github/license/Justasic/Spigot-SSHD)](https://github.com/Justasic/Spigot-SSHD/blob/master/LICENSE)
Have you ever wished you could remotely access your server's admin console without having to setup a complex remote access system? Now you can with SSHD.
@@ -26,6 +28,13 @@ SSHD securely exposes your Spigot admin console using the SSH protocol - the sam
Note: By default, only public key authentication is enabled. This is the most secure authentication mode! Setting a username and password will make your server less secure.
+Screenshots
+============
+
+
+
+
+
Setting Up Public Key Authentication
====================================
@@ -84,5 +93,6 @@ mkpasswd supports the following hash algorithms:
SSHD uses cryptographic certificates or a secure username and password to verify remote access.
+
## Source Code
[Get the source on GitHub](https://github.com/Justasic/Spigot-SSHD "Source Code")
diff --git a/docs/console.png b/docs/console.png
new file mode 100644
index 0000000..26a363a
Binary files /dev/null and b/docs/console.png differ
diff --git a/docs/session.png b/docs/session.png
new file mode 100644
index 0000000..2386184
Binary files /dev/null and b/docs/session.png differ