1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Update README.md

This commit is contained in:
Guillermo Rauch 2016-12-20 11:27:29 -08:00 committed by GitHub
parent 2a1cda283b
commit b5c4023148

View file

@ -280,7 +280,7 @@ Typically you start your next server with `next start`. It's possible, however,
This example makes `/a` resolve to `./pages/b`, and `/b` resolve to `./pages/a`:
```
```js
const { createServer } = require('http')
const { parse } = require('url')
const next = require('next')