From 5f5f9fbcda7383c2f29936376cce026135129384 Mon Sep 17 00:00:00 2001 From: Mose Mueller Date: Thu, 1 Feb 2024 13:45:49 +0100 Subject: [PATCH] fixes typo in ionizer interface Readme --- pydase_service_base/ionizer_interface/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydase_service_base/ionizer_interface/README.md b/pydase_service_base/ionizer_interface/README.md index 20dfe90..15368c2 100644 --- a/pydase_service_base/ionizer_interface/README.md +++ b/pydase_service_base/ionizer_interface/README.md @@ -1,6 +1,6 @@ # Ionizer Interface -`IonizerServer` is a specialized server designed to extend `pydase` applications for seamless integration with the Ionizer system. By acting as a bridge between your `pydase` service and Ionizer, this server ensures that changes or events in your service are communicated betweeen pydase and Ionizer in real-time. +`IonizerServer` is a specialized server designed to extend `pydase` applications for seamless integration with the Ionizer system. By acting as a bridge between your `pydase` service and Ionizer, this server ensures that changes or events in your service are communicated between pydase and Ionizer in real-time. ## How to Use