diff --git a/README.md b/README.md index 335780a..049e81f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ An AWS account (the only supported STT provider as of Feb 12, 2019), and a recor ## Usage ### List All Commands - transcribe --help + $ transcribe --help Usage: transcribe [OPTIONS] COMMAND [ARGS]... @@ -29,20 +29,20 @@ An AWS account (the only supported STT provider as of Feb 12, 2019), and a recor this Sends a media file to be transcribed. ### List All STT Services - transcribe services + $ transcribe services Here are all the available speech-to-text services: amazon (60 minutes per month for the first 12 months) ### Get Something Transcribed - transcribe this + $ transcribe this Okay, transcribing using ... Okay, job is being transcribed. Use "get" command to download it. ### List Transcripts - transcribe list + $ transcribe list Service Job Name Status ------- -------- ------ @@ -52,7 +52,7 @@ An AWS account (the only supported STT provider as of Feb 12, 2019), and a recor amazon also_done.MP3 COMPLETED - transcribe list + $ transcribe list Service Job Name Status ------- -------- ------ @@ -60,7 +60,7 @@ An AWS account (the only supported STT provider as of Feb 12, 2019), and a recor ### Get A Completed Transcript - transcript get # prints to stdout + $ transcript get # prints to stdout {'accountId': '416321668733', 'jobName': 'a1bace5e-8b08-4ce4-b08c-834a23aafcf1', @@ -76,7 +76,7 @@ An AWS account (the only supported STT provider as of Feb 12, 2019), and a recor 'type': 'pronunciation'}, ... - transcript get -f + $ transcript get -f Okay, downloaded .json