From d6bc7caf37ab0180d60092d53a63fa0b654cafbd Mon Sep 17 00:00:00 2001 From: Morten Olsrud Date: Mon, 14 Jan 2019 22:19:09 +0100 Subject: [PATCH] [patch] Gitter 'Join Chat' svg fix in README.MD The markdown for including the Gitter 'Join Chat' SVG contained a space in the URL which broke the link, causing ugly headings to appear in all the generated machinepacks' README.MD files. --- app/templates/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/README.md b/app/templates/README.md index e73c678..1cf8098 100644 --- a/app/templates/README.md +++ b/app/templates/README.md @@ -32,7 +32,7 @@ $ npm install <%= moduleName %> For the latest usage documentation, version information, and test status of this module, see http://node-machine.org/<%= moduleName %>. The generated manpages for each machine contain a complete reference of all expected inputs, possible exit states, and example return values. If you need more help, or find a bug, jump into [Gitter](https://gitter.im/node-machine/general) or leave a message in the project [newsgroup](https://groups.google.com/forum/?hl=en#!forum/node-machine). -## About   [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/node-machine/general?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +## About   [![Gitter](https://badges.gitter.im/Join_Chat.svg)](https://gitter.im/node-machine/general?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) This is a [machinepack](http://node-machine.org/machinepacks), an NPM module which exposes a set of related Node.js [machines](http://node-machine.org/spec/machine) according to the [machinepack specification](http://node-machine.org/spec/machinepack). Documentation pages for the machines contained in this module (as well as all other NPM-hosted machines for Node.js) are automatically generated and kept up-to-date on the public registry.