From a0dab630f9cd8aa0d1fa16e16b762b3e8482c248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mose=20M=C3=BCller?= <58481522+mosmuell@users.noreply.github.com> Date: Wed, 11 Oct 2023 13:55:00 +0200 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4fab516..a59c915 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,6 @@ if __name__ == "__main__": **Note** that defining classes within `DataService` classes is not supported (see [this issue](https://github.com/tiqi-group/pydase/issues/16)). ### Custom Components (`pydase.components`) - The custom components in `pydase` have two main parts: - A **Python Component Class** in the backend, implementing the logic needed to set, update, and manage the component's state and data. @@ -335,7 +334,6 @@ my_service.status = MyStatus.FAILED #### Extending with New Components Users can also extend the library by creating custom components. This involves defining the behavior on the Python backend and the visual representation on the frontend. For those looking to introduce new components, the [guide on adding components](https://pydase.readthedocs.io/en/latest/dev-guide/Adding_Components/) provides detailed steps on achieving this. -