You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/overmind-website/api/overmind.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Overmind
2
2
3
-
The **Overmind** class is used to create the application instance. To connect your application to components your create a connect function using the related view package.
3
+
The **Overmind** class is used to create the application instance. You need to create and export a mechanism to connect your instance to the components. Please look at the guides for each view layer for more information.
4
4
5
5
```marksy
6
6
h(Example, { name: "api/app_initialize" })
7
7
```
8
8
9
-
You can pass a second argument to the **App** constructor. This is an options object with the following properties:
9
+
You can pass a second argument to the **Overmind** constructor. This is an options object with the following properties:
0 commit comments