diff --git a/README.md b/README.md index ecbc936b9987..2a5d7f466a99 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Storage storage = StorageOptions.getDefaultInstance().getService(); object has the necessary permissions to interact with your Google Cloud Storage data: ```java Storage storage = StorageOptions.newBuilder() - .setCredentials(ServiceAccountCredentials.fromStream(new FileInputStream("/path/to/my/key.json")) + .setCredentials(ServiceAccountCredentials.fromStream(new FileInputStream("/path/to/my/key.json"))) .build() .getService(); ```