From 84b339fff21670fd83c57b090c41282013552d38 Mon Sep 17 00:00:00 2001 From: digitallysavvy Date: Tue, 18 Feb 2025 10:54:20 -0500 Subject: [PATCH] updated get started --- DOCS/Get_Started.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/DOCS/Get_Started.md b/DOCS/Get_Started.md index 1f09ec0..4e57f33 100644 --- a/DOCS/Get_Started.md +++ b/DOCS/Get_Started.md @@ -1,7 +1,6 @@ # Get Started with the Agora Middleware Service -The Agora Middleware Service is a Go-based backend solution that simplifies integrating Agora's cloud services into your applications. It provides a set of RESTful APIs for token generation, cloud recording management, and real-time transcription.  -The Agora Middleware Service serves two primary purposes: +The Agora Middleware Service is a Go-based backend solution that simplifies integrating Agora's cloud services into your applications. It provides a set of RESTful APIs for token generation, cloud recording management, and real-time transcription. The Agora Middleware Service serves two primary purposes: 1. For front-end developers: It provides a ready-to-use backend that handles Agora API interactions, allowing you to focus on building your application's user interface and features. @@ -16,11 +15,10 @@ Key features of the middleware service include: - Configurable storage options for recordings and transcriptions - Easy-to-use RESTful API endpoints -Let's dive into setting up and using this powerful tool! +Let's dive into setting up and using this server. ## Table of Contents -1. [Prerequisites](#prerequisites) 1. [Installation](#installation) 1. [Configuration](#configuration) 1. [Running the Service](#running-the-service)