README.md in stashify-google-cloud-storage-3.1.1 vs README.md in stashify-google-cloud-storage-3.1.2
- old
+ new
@@ -27,11 +27,10 @@
=> true
> storage = Google::Cloud::Storage.new(project_id: "some-project-id")
> bucket = storage.bucket("some-bucket-name")
> require "stashify/file/google/cloud/storage"
=> true
-> file = Stashify::File::Google::Cloud::Storage.new(bucket: bucket, path: "pa
-th/to/file")
+> file = Stashify::File::Google::Cloud::Storage.new(bucket: bucket, path: "path/to/file")
=>
#<Stashify::File::Google::Cloud::Storage:0x000055af8eb86800
...
> file.contents
=> "foo"