From 41aec315e4363179b53b576dc77157cc9429baf5 Mon Sep 17 00:00:00 2001 From: Rudrank Riyam Date: Wed, 9 Oct 2024 15:10:31 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d49577..2ebf937 100644 --- a/README.md +++ b/README.md @@ -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")! @@ -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 { @@ -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: