瀏覽代碼

fixed [rpcinterface:supervisor] in readme

Chris McDonough 18 年之前
父節點
當前提交
86aa3d71d7
共有 2 個文件被更改,包括 8 次插入3 次删除
  1. 5 0
      CHANGES.txt
  2. 3 3
      README.txt

+ 5 - 0
CHANGES.txt

@@ -1,3 +1,8 @@
+Next Release
+
+  - Fixed the README.txt example for defining the supervisor RPC
+    interface in the configuration file.  Thanks to Drew Perttula.
+
 3.0a1
 
   - Default config file comment documented 10 secs as default for

+ 3 - 3
README.txt

@@ -636,10 +636,10 @@ Configuration File '[rpcinterface:x]' Section Settings (ADVANCED, New in 3.0)
   behavior.
 
   In the sample config file, there is a section which is named
-  "rpcinterface:supervisor".  By default it looks like this::
+  "rpcinterface:supervisor".  By default it looks like this:
 
-   [rpcinterface:supervisor]
-   supervisor.rpcinterface_factory = supervisor.xmlrpc:make_main_rpcinterface
+  [rpcinterface:supervisor]
+  supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
 
   This section *must* remain in the configuration for the standard
   setup of supervisor to work properly.  If you don't want supervisor