From f9fb1ff38deb267b8caa20adf8640f26fdb438b8 Mon Sep 17 00:00:00 2001 From: Anu Bandi Date: Thu, 13 Jun 2013 11:48:20 -0700 Subject: [PATCH] fixed mislabeled string --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc83347a4da7..f12d7aa79956 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ public class BlobSample { public static final String storageConnectionString = "DefaultEndpointsProtocol=http;" + "AccountName=your_account_name;" - + "AccountKey= your_account_name"; + + "AccountKey= your_account_key"; public static void main(String[] args) { try {