From 50eb7de92c95977255eff9a5da2289e15dca6347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Blais=20Masson?= Date: Sun, 25 Dec 2011 23:54:37 -0500 Subject: [PATCH] Typo --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index c8f46e9..06c4da5 100644 --- a/README +++ b/README @@ -72,7 +72,7 @@ Assuming the name you chose isn't already taken, your new bucket will now appear Service.buckets # => [#"jukebox"}>] -Once you have succesfully created a bucket you can you can fetch it by name using Bucket.find. +Once you have succesfully created a bucket you can fetch it by name using Bucket.find. music_bucket = Bucket.find('jukebox')