chore(README): fix grammar (#5395)

This commit is contained in:
Irvin Lin 2019-03-27 18:21:21 +08:00 committed by Pooya Parsa
parent f0905051d3
commit f8d3626c7b

View File

@ -118,7 +118,7 @@ Learn more: https://nuxtjs.org/api/nuxt
## Using nuxt.js as a middleware
You might want to use your own server with your configurations, your API and everything awesome your created with. That's why you can use nuxt.js as a middleware. It's recommended to use it at the end of your middleware since it will handle the rendering of your web application and won't call next().
You might want to use your own server with your configurations, your API and everything awesome you have created with. That's why you can use nuxt.js as a middleware. It's recommended to use it at the end of your middleware since it will handle the rendering of your web application and won't call next().
```js
app.use(nuxt.render)