diff --git a/README.md b/README.md index 121e1692..73280770 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ npm install --save-dev nwb ## Quick Development -For quick development with [React](https://facebook.github.io/react/), [Inferno](https://infernojs.org/), [Preact](https://preactjs.com/) or vanilla JavaScript, use the `nwb react`, `nwb inferno`, `nwb preact` or `nwb web`commands. +For quick development with [React](https://facebook.github.io/react/), [Inferno](https://infernojs.org/), [Preact](https://preactjs.com/) or vanilla JavaScript, use the `nwb react`, `nwb inferno`, `nwb preact` or `nwb web` commands. ```js import React, {Component} from 'react'