docs: more reference links

This commit is contained in:
Mose Müller
2024-08-19 15:34:09 +02:00
parent fb75de5b51
commit 97e21b2ea8
3 changed files with 5 additions and 3 deletions

View File

@ -2,7 +2,7 @@
## Overview
The Observer Pattern is a fundamental design pattern in the `pydase` package, serving as the central communication mechanism for state updates to clients connected to a service.
The [Observer Pattern](https://en.wikipedia.org/wiki/Observer_pattern) is a fundamental design pattern in the `pydase` package, serving as the central communication mechanism for state updates to clients connected to a service.
## How it Works