From e0cf40819f14b52fe2ff093b5ee4f6c049e29c84 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 17 May 2024 00:43:38 +0900 Subject: [PATCH] docs: update README.md (#484) authenticaton -> authentication --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcea14dd..d00994f6 100755 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Dataherald is a natural language-to-SQL engine built for enterprise-level questi This repository contains four components under `/services` which can be used together to set up an end-to-end Dataherald deployment: -1. Engine: The core natural language-to-SQL engine. If you would like to use the dataherald API without users or authenticaton, running the engine will suffice. +1. Engine: The core natural language-to-SQL engine. If you would like to use the dataherald API without users or authentication, running the engine will suffice. 2. Enterprise: The application API layer which adds authentication, organizations and users, and other business logic to Dataherald. 3. Admin-console: The front-end component of Dataherald which allows a GUI for configuration and observability. You will need to run both engine and enterprise for the admin-console to work. 4. Slack: A slackbot which allows users from a slack channel to interact with dataherald. Requires both engine and enterprise to run.