Skip to content

Commit 404bee1

Browse files
authored
Update Readme.md
1 parent 0457807 commit 404bee1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
The file-system is the main API. Every `.js` file becomes a route that gets automatically processed and rendered.
88

9-
Populate `pages/index.js` inside your project:
9+
Populate `./pages/index.js` inside your project:
1010

1111
```
1212
import React from 'react'
@@ -21,7 +21,8 @@ So far, we get:
2121

2222
- Automatic transpilation and bundling (with webpack and babel)
2323
- Hot code reloading
24-
- Server rendering and indexing
24+
- Server rendering and indexing of `./pages`
25+
- Static file serving. `./static/` is mapped to `/static/`
2526

2627
### Bundling (code splitting)
2728

0 commit comments

Comments
 (0)