JCLOUDS-124: Missing ^:dynamic in Clojure blobstore example

Submitted by Trevor Wennblom


Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/commit/6f53e2b7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/6f53e2b7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/6f53e2b7

Branch: refs/heads/1.6.x
Commit: 6f53e2b70b02aa667c4794e93c84262e576f5e4b
Parents: e06222b
Author: Andrew Phillips <[email protected]>
Authored: Fri Jun 21 12:27:08 2013 +0000
Committer: Andrew Phillips <[email protected]>
Committed: Fri Jun 21 12:27:08 2013 +0000

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/6f53e2b7/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index a4de3fd..df62e3a 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ BlobStore Example (Clojure):
 
 ```clojure
 (use 'org.jclouds.blobstore2)
-(def *blobstore* (blobstore "azureblob" account encodedkey))
+(def ^:dynamic *blobstore* (blobstore "azureblob" account encodedkey))
 (create-container *blobstore* "mycontainer")
 (put-blob *blobstore* "mycontainer" (blob "test" :payload "testdata"))
 ```

Reply via email to