diff --git a/README.md b/README.md index 1577b7f9..09a3543f 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,10 @@ the specified table name. See ``docs/cli.rst`` for full examples. . ├── docs/ - Sphinx documentation ├── examples/ - Usage samples -├── imednet/ - SDK package +├── packages/ - Workspace packages +│ ├── core/ - Main SDK package +│ ├── plugins-workflows/ - Workflow plugins package +│ └── providers-airflow/ - Airflow providers package ├── scripts/ - Helper scripts └── tests/ - Unit and integration tests ```