mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Fix minor typo in README
This commit is contained in:
parent
d856ebdca3
commit
8e7f9973b2
|
@ -30,7 +30,7 @@ So far, we get:
|
||||||
- Server rendering and indexing of `./pages`
|
- Server rendering and indexing of `./pages`
|
||||||
- Static file serving. `./static/` is mapped to `/static/`
|
- Static file serving. `./static/` is mapped to `/static/`
|
||||||
|
|
||||||
To see how simple this is, check out the [sample app - nextagram](https://github.com/zeit/nextgram)
|
To see how simple this is, check out the [sample app - nextgram](https://github.com/zeit/nextgram)
|
||||||
|
|
||||||
### Bundling (code splitting)
|
### Bundling (code splitting)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue