From f89b04a61b68c4fb0bf151123e971e3e2c857d8b Mon Sep 17 00:00:00 2001 From: JJ Kavelaars Date: Fri, 25 Jul 2014 14:40:16 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83d54005b..6f6862713 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,10 @@ Or, you can retrieve the github distribution and use * `vcp vos:vospace/test.txt ./` [copy test.txt to the local directory from the vospace container] * `vmkdir`, `vrm`, `vrmdir`, `vsync` `vcat` and `vln` 1. In a Python script: -`#!python +``` +#!python import vos client = vos.Client() -client.listdir('vos:jkavelaars')` +client.listdir('vos:jkavelaars') +``` provides a listing of the vospace container 'jkavelaars'