Improve consistency of readme file

Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/19aaca55
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/19aaca55
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/19aaca55

Branch: refs/heads/tenantisolation
Commit: 19aaca55685d6b84fa3087fdb17647a0fd90c458
Parents: b123ce2
Author: Lahiru Sandaruwan <[email protected]>
Authored: Mon Jun 29 14:49:51 2015 +0530
Committer: Lahiru Sandaruwan <[email protected]>
Committed: Mon Jun 29 14:58:46 2015 +0530

----------------------------------------------------------------------
 .../python/cartridge.agent/cartridge.agent/plugins/README.md     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/19aaca55/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/plugins/README.md
----------------------------------------------------------------------
diff --git 
a/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/plugins/README.md
 
b/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/plugins/README.md
index fcc3b79..84530cc 100644
--- 
a/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/plugins/README.md
+++ 
b/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/plugins/README.md
@@ -87,10 +87,10 @@ pub_properties = [pub_entry_1, pub_entry_2]
 pub_req.properties = pub_properties
 
 # App level
-mdsclient.put(publish_data, app=True)
+mdsclient.put(pub_req, app=True)
 
 # Alias level
-mdsclient.put(publish_data)
+mdsclient.put(pub_req)
 ```
 
 ### Retrieving values from Metadata service

Reply via email to