diff --git a/README.md b/README.md
index b6669029b86a86c247f6ee63f2f19496db1ef953..72b53d895f5464b46cf48b3d25a334272bd6f922 100644
--- a/README.md
+++ b/README.md
@@ -264,6 +264,8 @@ Extensions always inherit from its parent federation.
 
 Actually it support: Events, Resources & Polls.
 
+Can enable option `twoStepCreation` with `true` to directly display an add user form on circle after the firts creation form.
+
 Eg.:
 
 ```json
@@ -276,7 +278,8 @@ Eg.:
         "post": "server://circles/",
         "users": "federation://users/",
         "noRender": "",
-        "xmpp": "wss://xmpp-dev.startinblox.com/xmpp-websocket"
+        "xmpp": "wss://xmpp-dev.startinblox.com/xmpp-websocket",
+        "twoStepCreation": false
       },
       "federation": [
         "..."