Skip to content

Commit

Permalink
update documentation links.
Browse files Browse the repository at this point in the history
  • Loading branch information
joethei committed Jun 27, 2022
1 parent e7ad558 commit c84ab87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Plugin for [Obsidian](https://obsidian.md)

![GitHub package.json version](https://img.shields.io/github/package-json/v/joethei/obsidian-tts)
![Maintenance](https://shields.joethei.xyz:/maintenance/yes/2022)
![GitHub manifest.json dynamic (path)](https://img.shields.io/github/manifest-json/minAppVersion/joethei/obsidian-tts?label=lowest%20supported%20app%20version)
[![libera manifesto](https://img.shields.io/badge/libera-manifesto-lightgrey.svg)](https://liberamanifesto.com)
---
Expand Down Expand Up @@ -48,7 +48,7 @@ You can use this plugins API to add Text to Speech capabilities to your plugin.

This uses the [@vanakat/plugin-api](https://www.npmjs.com/package/@vanakat/plugin-api) package.

You can find the API documentation here: []()
You can find the API documentation here: [API Documentation](https://joethei.github.io/obsidian-tts/interfaces/TTSService.html)

```js
const tts = pluginApi('tts');
Expand Down

0 comments on commit c84ab87

Please sign in to comment.