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.