Skip to content

Commit 1d410cb

Browse files
docs(website): change reference to view layers and typos
1 parent 9993d67 commit 1d410cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/overmind-website/api/overmind.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Overmind
22

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.
44

55
```marksy
66
h(Example, { name: "api/app_initialize" })
77
```
88

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:
1010

1111
## addMutationListener
1212

0 commit comments

Comments
 (0)