Skip to content

Commit

Permalink
Fix README typo (googleapis#3762)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihommani authored and chingor13 committed Oct 3, 2018
1 parent 65ca2f3 commit f741fc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ The simplest way to get started is with `Paths` and `Files`:
If you know the paths will point to Google Cloud Storage, you can also use the
direct formulation:

try (CloudStorageFileSystem fs = CloudStorageFileSystem.forBucket("bucket") {
try (CloudStorageFileSystem fs = CloudStorageFileSystem.forBucket("bucket")) {
Path path = fs.getPath("lolcat.csv");
List<String> lines = Files.readAllLines(path, StandardCharsets.UTF_8);
}
Expand Down

0 comments on commit f741fc0

Please sign in to comment.