Skip to content

Commit be63a5c

Browse files
authored
Update README.md
1 parent 7376f46 commit be63a5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/CloudStorage/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies: [
1717
]
1818
```
1919

20-
Now you can register the `CloudCredentialsConfiguraton` and the `CloudStorageConfiguration`.
20+
Now you can register the `GoogleCloudCredentialsConfiguraton` and the `GoogleCloudStorageConfiguration`.
2121

2222
In `Configure.swift`
2323

@@ -39,7 +39,7 @@ In `Configure.swift`
3939
app.provider(CloudStorageProvider())
4040
```
4141

42-
Now we can start using the CloudStorage API
42+
Now we can start using the CloudStorage API.
4343
We do that by making a `GoogleCloudStorageClient` object that's already configured
4444
from the `CloudStorageProvider` we setup above.
4545

0 commit comments

Comments
 (0)