diff --git a/README.md b/README.md index 1dd71b2..d35d2f8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # pane-registry An index to hold all loaded solid panes, whether statically or dynamically loaded + +# Adendum + +The pane registry is a crucial part of the Solid Panes systerm. It is wherre any pane inserts itself or is inserted. In the standard working of solidOS, there is one place in solid-panes where all the nomal panes are loaded into the pane registry. But other apps, and especially developers developing new panes can insert their own panes. And so we hope we will end up with panes dynamically laoded according to user configuration preferences.