We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7376f46 commit be63a5cCopy full SHA for be63a5c
1 file changed
Sources/CloudStorage/README.md
@@ -17,7 +17,7 @@ dependencies: [
17
]
18
```
19
20
-Now you can register the `CloudCredentialsConfiguraton` and the `CloudStorageConfiguration`.
+Now you can register the `GoogleCloudCredentialsConfiguraton` and the `GoogleCloudStorageConfiguration`.
21
22
In `Configure.swift`
23
@@ -39,7 +39,7 @@ In `Configure.swift`
39
app.provider(CloudStorageProvider())
40
41
42
-Now we can start using the CloudStorage API
+Now we can start using the CloudStorage API.
43
We do that by making a `GoogleCloudStorageClient` object that's already configured
44
from the `CloudStorageProvider` we setup above.
45
0 commit comments