install: migration of configure etc
diff --git a/src/README b/src/README
index 6300d20..d7e0b20 100644
--- a/src/README
+++ b/src/README
@@ -13,7 +13,7 @@
 
 - For testing, you can run test-client
   - run under the same user as Apache, or change access rights of the
-    communication socket (/tmp/pconn.sock) to allow writing.
+    communication socket (/tmp/mod_netconf.sock) to allow writing.
 
     
 mod_netconf Message Format
@@ -64,7 +64,7 @@
 
 Requests
 ~~~~~~~~
-1) Request to create NETCONF session
+1) Request to create NETCONF session (connect)
 key: type (int), value: 4
 key: user (string)
 key: pass (string), value: plain text password
@@ -73,7 +73,7 @@
 key: host (string), "localhost" if not specified
 key: port (string), "830" if not specified
 
-2) Request to close NETCONF session
+2) Request to close NETCONF session (disconnect)
 key: type (int), value: 5
 key: session (string), value: unique session identifier