From 43def51ddd9bd267e0c847b3aaa2b06ac9c04ac0 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Sat, 2 May 2020 20:01:36 +1200 Subject: [PATCH] docs: Fix run-on sentence (#1704) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aeffea62..d57ab47e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ nodemon is a tool that helps develop node.js based applications by automatically restarting the node application when file changes in the directory are detected. -nodemon does **not** require *any* additional changes to your code or method of development. nodemon is a replacement wrapper for `node`, to use `nodemon` replace the word `node` on the command line when executing your script. +nodemon does **not** require *any* additional changes to your code or method of development. nodemon is a replacement wrapper for `node`. To use `nodemon`, replace the word `node` on the command line when executing your script. [![NPM version](https://badge.fury.io/js/nodemon.svg)](https://npmjs.org/package/nodemon) [![Travis Status](https://travis-ci.org/remy/nodemon.svg?branch=master)](https://travis-ci.org/remy/nodemon) [![Backers on Open Collective](https://opencollective.com/nodemon/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/nodemon/sponsors/badge.svg)](#sponsors)