From 6cf36f06472229146c921638703bbd5ffa8985b7 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Sun, 5 Nov 2023 08:50:14 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e86c8f..854ea96 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,6 @@ speech.transcribe({ modelName, modelPath, modelKey, signal, wavPath: undefined } speech.transcribe({ modelName, modelPath, modelKey, signal, wavPath: 'path-to-wav-file' }, (err, res) => console.log(err, res)); ``` -Refer to [index.d.ts](index.d.ts) for the full API. - ## Code of Conduct This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. @@ -37,4 +35,4 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope Copyright (c) Microsoft Corporation. All rights reserved. -Licensed under the [MIT](LICENSE.txt) license. \ No newline at end of file +Licensed under the [MIT](LICENSE.txt) license.