Skip to content

Commit 72e18a7

Browse files
authored
Update README.md
1 parent 4f77744 commit 72e18a7

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
@@ -9,7 +9,7 @@ transcribe_id= speect_to_text.transcribe(audio_url,service_provider="aws")
99
status=speect_to_text.status(transcribe_id,service_provider=service_provider)
1010
1111
```
12-
There is a daily limit (throttling) on the number of calls the user performs, transcription jobs can be done without specifying a token (API key). If the user intends on using the service more frequently, it is recommended to generate an token or API key from the dashboard @ Slashml.com.
12+
There is a daily limit (throttling) on the number of calls the user performs, transcription jobs can be done without specifying a token (API key). If the user intends on using the service more frequently, it is recommended to generate an token or API key from the dashboard @ [Slashml.com](https://www.slashml.com/).
1313

1414
Grab your token from [https://www.slashml.com/dashboard] (>settings> new api key) and authenticate by setting it as an environment variable (or when you initialize the service, see examples):
1515
```

0 commit comments

Comments
 (0)