From eee7fbf4419bc465f1ed88be43a7a3cbe7266723 Mon Sep 17 00:00:00 2001 From: Basil Date: Sat, 16 Dec 2017 13:54:45 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 58b565d..e51c43b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This project fixes your Markdown files in order to render them nicely with GitHu Currently built in features: + Replace all tabs with 4 spaces. -+ Fixes none breaking spaces problem [github/markup issue problem description](https://github.com/github/markup/issues/1054#issuecomment-300061967). ++ Fixes none breaking spaces problem ([github/markup issue problem description](https://github.com/github/markup/issues/1054#issuecomment-300061967)). ![GitHub Markdown Fixer in Action](screenshot.png) @@ -17,8 +17,6 @@ Currently built in features: Add the `nadar/github-markdown-fixer` to your project, within the `require-dev` section: -> IF YOU GET A MINIMUM STABILITY / COMPOSER ERROR USE: `"minimum-stability" : "RC"` IN YOUR COMPOSER.JSON. - ```sh composer require nadar/github-markdown-fixer --dev ``` @@ -33,4 +31,4 @@ Go into your Terminal an run the Fixer: |argument|description |--------|---------- -|--dry |run command in dry mode, does not change file contents. +|--dry |run command in dry mode, does not change file contents, but display which files would change.