From 5c2d327ea82f37696660491bd7172c5c5d1e6b40 Mon Sep 17 00:00:00 2001 From: Dustin Updyke Date: Mon, 26 Aug 2024 11:01:12 -0400 Subject: [PATCH] 8.2 updates - moving projects into main, documentation, etc. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21a7860b..81f92cff 100755 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ GHOSTS clients simulate users on a machine doing "user-like" things. They can be - Run terminal commands - Etc. -### [Ghosts API Server](src/Ghosts.API/) +### Ghosts API Server The API server provides a way for clients to interact with the GHOSTS system and its clients. It can: @@ -46,7 +46,7 @@ The API server provides a way for clients to interact with the GHOSTS system and - Get/manage information from clients regarding their previous or current activities, etc. - Orchestrate new activities for particular clients to perform -### [Ghosts Web Server](src/ghosts.ui/README.md) +### [Ghosts UI](src/ghosts.ui/README.md) The web server provides a way for administrators to interact with the GHOSTS system and its clients.