From 147077d45b65f405cc649df839598ea4727f70b4 Mon Sep 17 00:00:00 2001 From: Thura Htet Aung Date: Thu, 29 Sep 2022 10:30:35 +0630 Subject: [PATCH] Update README.md Fix typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba1d3e3..7ae758c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The Wit module provides a Wit class with the following methods: - `message` - the Wit [message](https://wit.ai/docs/http#get__message_link) API; - `speech` - the Wit [speech](https://wit.ai/docs/http#post__speech_link) API; - `dictation` - the Wit [dictation](https://wit.ai/docs/http#post__dictation_link) API; -- `synthetize` - the Wit [synthetize](https://wit.ai/docs/http#post__synthetize_link) API. +- `synthesize` - the Wit [synthesize](https://wit.ai/docs/http#post__synthesize_link) API. You can also require a library function to test out your Wit app in the terminal. `require('node-wit').interactive`