From eab352be05b8431846be8bc4ac88c9be5f8fee0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Suzanne=20Dup=C3=A9ron?= Date: Tue, 4 Aug 2020 01:07:36 +0100 Subject: [PATCH] Fix project name in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c7f01ae..fafb9a4 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ One of the most disrupting noise inside diffs is about indentation changes. They By now this is a filter for **git diff --word-diff=porcelain** which works on **--color** or plain output, I will work to provide an ecosystem to ease it use. -#Test +# Test ```bash -$ git clone albfan:word-diff-filter -$ cd word-diff-filter -$ ln -s $(pwd)/word-diff-filter.py ~/bin/word-diff-filter +$ git clone https://github.com/albfan/filter-word-diff.git +$ cd filter-word-diff/ +$ ln -s $(pwd)/filter-word-diff.py ~/bin/filter-word-diff $ cd -$ git diff --word-diff=porcelain --color master feature | word-diff-filter +$ git diff --word-diff=porcelain --color master feature | filter-word-diff ```