Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 758a282

Browse files
authored
Update README.md
1 parent 4e7df7c commit 758a282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ transcript = client.transcripts.submit(
7171
```ruby
7272
uploaded_file = client.files.upload(file: '/path/to/your/file')
7373
# You can also pass an IO object or base64 string
74-
# uploaded_file = client.files.upload(file: File.new('/path/to/your/file')
74+
# uploaded_file = client.files.upload(file: File.new('/path/to/your/file'))
7575

7676
transcript = client.transcripts.transcribe(audio_url: uploaded_file.upload_url)
7777
puts transcript.text

0 commit comments

Comments
 (0)