Skip to content

Commit 6957f32

Browse files
committed
docs: update design.md
1 parent d41c2d1 commit 6957f32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Design.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ nutConfig: {
4141
}
4242
```
4343

44-
# Plugin API
44+
# App / Plugin API
4545

46-
app.js
46+
pages.browser.js
4747

4848
```js
4949
export default ( ctx, options ) => {
@@ -55,7 +55,7 @@ export default ( ctx, options ) => {
5555
}
5656
```
5757

58-
index.js
58+
pages.node.js
5959

6060
```js
6161
module.exports = function ( ctx, options ) {

0 commit comments

Comments
 (0)