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

Submitted by Trevor Wennblom

Conflicts:

        README.md


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

Branch: refs/heads/1.5.x
Commit: db8810dd67132d7e82e469090cb638c4f501abb4
Parents: 9606d83
Author: Andrew Phillips <[email protected]>
Authored: Wed Jun 12 09:23:34 2013 +0100
Committer: Andrew Phillips <[email protected]>
Committed: Wed Jun 12 15:28:53 2013 -0400

----------------------------------------------------------------------
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/db8810dd/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 4e7adae..38faa4a 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ BlobStore Example (Java):
 BlobStore Example (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"))
 
@@ -128,4 +128,4 @@ License
 -------
 Copyright (C) 2009-2012 jclouds, Inc.
 
-Licensed under the Apache License, Version 2.0
\ No newline at end of file
+Licensed under the Apache License, Version 2.0

Reply via email to