Skip to content

Commit 41aec31

Browse files
authored
Update README.md
1 parent cab63ae commit 41aec31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This library is intended for quick prototyping and development purposes only. Fo
3434

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

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

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

72-
````swift
72+
```swift
7373
import RunveyKit
7474

7575
do {
@@ -88,7 +88,7 @@ do {
8888
} catch {
8989
print("Error generating image: \(error)")
9090
}
91-
`````
91+
```
9292

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

0 commit comments

Comments
 (0)