diff --git a/README.md b/README.md
index 8a595aa5..f11670e7 100644
--- a/README.md
+++ b/README.md
@@ -71,8 +71,13 @@
+
+
+
+
+
-
+
## Features
@@ -84,11 +89,17 @@
- [x] Minimize to tray.
- [x] Mute audio to specific service.
- [x] Separate tabs floating to the right.
+- [x] Go Offline on specific service.
+- [x] Start automatically on system startup.
+- [x] Custom Code Injection.
+- [x] Keyboard Shortcuts.
## Privacy
No personal information will be saved
+Sessions will persist using the [partition:persist](http://electron.atom.io/docs/api/web-view-tag/#partition) attribute for Webviews. So every time you open Rambox, your sessions will keep alive until you remove the service.
+
Sync feature use Auth0 for Single Sign On & Token Based Authentication with the integration with Firebase to store the services that user is using (and the configuration for each service). You are always welcome to check the code! ;)
## [Install on Linux - Steps](https://github.com/saenzramiro/rambox/wiki/Install-on-Linux)