diff --git a/README.md b/README.md index 4853b35..42e9962 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,8 @@ class MyService(pydase.DataService): # ... ``` +![Method Components](docs/images/method_components.png) + I decided against supporting function arguments due to the following reasons: 1. Feature Request Pitfall: supporting function arguments create a bottomless pit of feature requests. As users encounter the limitations of supported types, demands for extending support to more complex types would grow. diff --git a/docs/images/method_components.png b/docs/images/method_components.png new file mode 100644 index 0000000..536d914 Binary files /dev/null and b/docs/images/method_components.png differ