浏览代码

fix content type in doc

Victor Vieux 12 年之前
父节点
当前提交
949a649cc2
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      docs/sources/api/docker_remote_api.rst

+ 2 - 1
docs/sources/api/docker_remote_api.rst

@@ -118,7 +118,8 @@ Create a container
 	.. sourcecode:: http
 
 	   HTTP/1.1 201 OK
-	   
+	   Content-Type: application/json
+
 	   {
 		"Id":"e90e34656806"
 		"Warnings":[]