Skip to content

Commit

Permalink
docs: it changes contribution guide doc path
Browse files Browse the repository at this point in the history
  • Loading branch information
danilolmc committed Nov 15, 2023
1 parent b5a861b commit c51cbfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</p>
<br/>
<div align="center">
<a href="https://github.com/danilolmc/zaity/blob/99d14ca79797785163eb73267f7cd7d23a260ee3/CONTRIBUTING.md">Contributing Guidelines</a>
<a href="./CONTRIBUTING.md">Contributing Guidelines</a>
<a href="https://github.com/danilolmc/zaity/issues">Submit an issue</a>
</div>
<header>
Expand Down Expand Up @@ -256,7 +256,7 @@ transcriber.transcribe(
}),
```

- **transcribe()**: Starts the transcribe job.
- **transcribe(success: Function, error: Function)**: Starts the transcribe job.

```javascript
voiceSynthesizer.transcribe(
Expand Down
2 changes: 1 addition & 1 deletion src/features/transcription/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { StartTranscriptionJobCommand, TranscribeClient } from "@aws-sdk/client-
* @param {import("@aws-sdk/client-transcribe").TranscribeClientConfig} credentials - The authentication credentials for the transcription service.
* @returns {{
* setJobParams: (params: import("@aws-sdk/client-transcribe").StartTranscriptionJobCommandInput) => void,
* transcribe(success: Function, error: Function): void
* transcribe(success: function, error: function): void
* }}
*/
export function VoiceBatchTranscriber(credentials) {
Expand Down

0 comments on commit c51cbfd

Please sign in to comment.