diff --git a/README.md b/README.md
index c874493f13f594490fdaee5764c53ed7a0bb339e..8a526e0632c61bb89247b1c5ebb6381f8db9d0f7 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,10 @@ Options:
       Authentication/authorization backend (default "http://localhost:8080")
   -authSocket string
       Optional: Unix domain socket to dial authBackend at
+  -cableBackend string
+      Optional: ActionCable backend (default authBackend)
+  -cableSocket string
+      Optional: Unix domain socket to dial cableBackend at (default authSocket)
   -config string
       TOML file to load config from
   -developmentMode
@@ -164,6 +168,8 @@ In table form:
 |`http://localhost:3000`|`/path/to/socket`|`/path/to/socket`|`/`|
 |`http://localhost:3000/gitlab`|`/path/to/socket`|`/path/to/socket`|`/gitlab`|
 
+The same applies to `cableBackend` and `cableSocket`.
+
 ## Installation
 
 To install gitlab-workhorse you need [Go 1.8 or