浏览代码

Correct formatting in remote.md

Signed-off-by: Tom Denham <tom@tomdee.co.uk>
Tom Denham 9 年之前
父节点
当前提交
9e6378ad57
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      libnetwork/docs/remote.md

+ 3 - 3
libnetwork/docs/remote.md

@@ -53,9 +53,9 @@ Other entries in the list value are allowed; `"NetworkDriver"` indicates that th
 
 
 After Handshake, the remote driver will receive another POST message to the URL `/NetworkDriver.GetCapabilities` with no payload. The driver's response should have the form:
 After Handshake, the remote driver will receive another POST message to the URL `/NetworkDriver.GetCapabilities` with no payload. The driver's response should have the form:
 
 
-{
-	"Scope": "local"
-}
+	{
+		"Scope": "local"
+	}
 
 
 Value of "Scope" should be either "local" or "global" which indicates the capability of remote driver, values beyond these will fail driver's registration and return an error to the caller.
 Value of "Scope" should be either "local" or "global" which indicates the capability of remote driver, values beyond these will fail driver's registration and return an error to the caller.