diff --git a/README.md b/README.md
index 8fb72bc..1451a67 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,9 @@
![Logo](./resources/Logo.png)
-[![GitHub package version](https://img.shields.io/github/last-commit/SchoofsKelvin/vscode-sshfs.svg)](https://github.com/SchoofsKelvin/vscode-sshfs)
-[![Visual Studio Marketplace](https://img.shields.io/vscode-marketplace/d/Kelvin.vscode-sshfs.svg)](https://marketplace.visualstudio.com/items?itemName=Kelvin.vscode-sshfs)
- [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RLYCWPYEC5WZL)
+[![GitHub package version](./media/github.svg)](https://github.com/SchoofsKelvin/vscode-sshfs)
+[![Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/version-short/Kelvin.vscode-sshfs.svg)](https://marketplace.visualstudio.com/items?itemName=Kelvin.vscode-sshfs)
+ [![Donate](./media/paypal.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RLYCWPYEC5WZL)
This extension makes use of the new FileSystemProvider, added in version 1.23.0 of Visual Studio Code. It allows "mounting" a remote folder over SSH as a local Workspace folder.
diff --git a/media/github.svg b/media/github.svg
new file mode 100644
index 0000000..8cd47ac
--- /dev/null
+++ b/media/github.svg
@@ -0,0 +1,17 @@
+
\ No newline at end of file
diff --git a/media/paypal.svg b/media/paypal.svg
new file mode 100644
index 0000000..e30fddc
--- /dev/null
+++ b/media/paypal.svg
@@ -0,0 +1,21 @@
+
\ No newline at end of file