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:
parent
2a1cda283b
commit
b5c4023148
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue