Skip to content

Commit 56fdcf4

Browse files
committed
Update README.md
1 parent 7606c2e commit 56fdcf4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ You can find input format for models at [the model page](https://replicate.com/s
6767

6868
```swift
6969
/// Get a collection of models
70-
/// - Parameter collection_slug: The slug of the collection, like super-resolution or image-restoration
70+
/// - Parameter collection_slug: The slug of the collection, like
71+
/// super-resolution or image-restoration
7172
/// - Returns: a collection of models
7273
public func getCollections(collection_slug : String) async throws -> CollectionOfModels
7374
```
@@ -100,7 +101,9 @@ You can find input format for models at [the model page](https://replicate.com/s
100101
/// Get prediction
101102
/// Returns the same response as the create a prediction operation
102103
/// status will be one of ``Prediction.Status``
103-
/// In the case of success, output will be an object containing the output of the model. Any files will be represented as URLs. You'll need to pass the Authorization header to request them.
104+
/// In the case of success, output will be an object containing the output
105+
/// of the model. Any files will be represented as URLs. You'll need to pass
106+
/// the Authorization header to request them.
104107
/// - Parameter id: Prediction id
105108
/// - Returns: Prediction
106109
public func getPrediction<Output: Decodable>(

0 commit comments

Comments
 (0)