瀏覽代碼

Typo in README

Markus Ochel 9 年之前
父節點
當前提交
5b15fc6541
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -72,7 +72,7 @@ Each site has a unique `_id` which should be set as its full domain name. Like `
 For example:
 
     vhosts:
-      kleks.example.local = /kleks/_design/admin/_rewrite"
+      kleks.example.local = /kleks/_design/admin/_rewrite
       www.example.local   = /kleks/_design/site/_rewrite/render/www.example.com
 
 If your local CouchDB install is still running on the default port `5984` then you can access the admin app above at `http://kleks.example.local:5984` and so on. I am running my CouchDB on port 80, so I don't need to use the port number.