Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rudrankriyam authored Oct 9, 2024
1 parent cab63ae commit 41aec31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This library is intended for quick prototyping and development purposes only. Fo

Here are examples of how to use RunveyKit to generate videos:

`````swift
```swift
// Generate video from image data
let runvey = RunveyKit(apiKey: "your-api-key")
let image = UIImage(named: "input-image.jpg")!
Expand Down Expand Up @@ -69,7 +69,7 @@ do {

Here is a basic example of how to use RunveyKit to generate a task if you prefer manual control:

````swift
```swift
import RunveyKit

do {
Expand All @@ -88,7 +88,7 @@ do {
} catch {
print("Error generating image: \(error)")
}
`````
```

Here's an example of how to retrieve task details and process them into a human-readable description:

Expand Down

0 comments on commit 41aec31

Please sign in to comment.