Skip to content

Commit 0968449

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Grab your token from [https://www.slashml.com/dashboard] (>settings> new api key
1515
```
1616
export SLASHML_API_KEY=[token]
1717
```
18+
or including it in your code as follows:
1819
```
1920
import speechtotext
2021
API_KEY="your_api_key"
@@ -23,8 +24,6 @@ transcribe_id= speect_to_text.transcribe(audio_url,service_provider="aws")
2324
status=speect_to_text.status(transcribe_id,service_provider=service_provider)
2425
2526
```
26-
or including it in your code as followes
27-
2827

2928
-- update from this part, include examples, sign up, token, service providers, type of servies, benchmarking, link to pricing, Tutorial examples/examples
3029

0 commit comments

Comments
 (0)