From 94a95b85fea255dfbd65fc640b425de22baae5ca Mon Sep 17 00:00:00 2001 From: Callum Forrester Date: Fri, 25 Oct 2024 09:34:23 +0100 Subject: [PATCH] Apply generalisation of external connections in docs Co-authored-by: Joseph Ware <53935796+DiamondJoseph@users.noreply.github.com> --- docs/explanations/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/explanations/architecture.md b/docs/explanations/architecture.md index a60c6b784..860371f6b 100644 --- a/docs/explanations/architecture.md +++ b/docs/explanations/architecture.md @@ -11,4 +11,4 @@ These responsibilities are kept separate in the codebase to ensure a clean, main ![blueapi main components](../images/blueapi.png) -Above are the main components of blueapi. The main process houses the REST API and manages the subprocess, which wraps the `RunEngine`, devices and optional connection to the downstream message broker. +Above are the main components of blueapi. The main process houses the REST API and manages the subprocess, which wraps the `RunEngine`, devices and external connections.