From 9b66437ffe4c3e3883188d20ba16394118f1964b Mon Sep 17 00:00:00 2001 From: Anton Harniakou Date: Tue, 19 Sep 2017 15:12:28 +0300 Subject: [PATCH] Update README.md Fix some markup i.e. add space to split 2 words. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'