From 4b110c2fe96c206cdadca88e7e5d2f14eb2a2035 Mon Sep 17 00:00:00 2001 From: Edward Zarecor Date: Mon, 12 Sep 2022 13:01:33 -0400 Subject: [PATCH] fix: Add acronym expansion Co-authored-by: Kyle McCormick --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 54f22832f3..6d060d77ce 100644 --- a/README.rst +++ b/README.rst @@ -23,8 +23,8 @@ 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 two services: -* CMS, which powers Open edX Studio, the platform's learning content authoring environment; and -* LMS, which delivers learning content. +* CMS (Content Management Service), which powers Open edX Studio, the platform's learning content authoring environment; and +* LMS (Learning Management Service), which delivers learning content. Installation ------------