From 769d3b5c715c506fd34c4c45166e66ae3694104a Mon Sep 17 00:00:00 2001 From: Alessandro Domanico Date: Wed, 21 Feb 2024 01:16:22 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09fa5ff9..8f351c3d 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ For more information check the online documentation [here][documentation]. Open Hospital is composed by the following components, hosted in separated repositories: - - [OH Core][core], a library that contains the business logic and the data abstraction layer + - [OH CORE][core], a library that contains the business logic and the data abstraction layer - [OH GUI][gui], which provides a graphical user interface (GUI) made with Java Swing - - [OH Doc][doc], which contains the user and admin documentation in Asciidoc format + - [OH DOC][doc], which contains the user and admin documentation in Asciidoc format - [OH API][api], a web server that exposes REST APIs over the Core component, and it's used by the UI component [*WIP*]. - [OH UI][ui], a web user interface that consists of a React SPA (single page application) [*WIP*]