From 1a107c308b062d88ce1bb9a285e90eda24a366e5 Mon Sep 17 00:00:00 2001 From: Arsenic <54987647+Arsenic-ATG@users.noreply.github.com> Date: Sun, 11 Sep 2022 11:24:34 +0530 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1227960..d4088a5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ChipperAI is a audio request and response scripting system built with swift. It's a simple abstraction around speech synthesis, microphone sessions, and speech recognition to establish a faux scripted AI interaction. -It's built on simple protocols which allow different components to be changed without changing the underlaying scripted interactions. +It's built on simple protocols which allow different components to be changed without changing the underlying scripted interactions.