From 501a1b62d7dd6ce160affc3c60dc94043ef6a3ab Mon Sep 17 00:00:00 2001 From: Edward Zarecor Date: Wed, 7 Sep 2022 17:11:25 -0400 Subject: [PATCH] fix: Update README.rst Co-authored-by: Kyle McCormick --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 5c4649ad7a..32e50e740a 100644 --- a/README.rst +++ b/README.rst @@ -21,9 +21,9 @@ monolith, some independently deployable applications (IDAs), and micro-frontends (MFEs) based on the ReactJS. This repository hosts the monolith at the center of the Open edX -platform. Functionally, the edx-platform repository provides the -environment for authoring courses, Open edX Studio, also called the -CMS, and the course delivery service, called the LMS. +platform. Functionally, the edx-platform repository provides two services: +* CMS, which powers Open edX Studio, the platform's learning content authoring environment; and +* LMS, which delivers learning content. Installation ------------