README.md in reek-4.8.1 vs README.md in reek-4.8.2

- old
+ new

@@ -82,16 +82,16 @@ ``` Reek will report the following code smells in this file: ``` -$ reek demo.rb +$ reek --no-wiki-links demo.rb Inspecting 1 file(s): S demo.rb -- 2 warnings: - [4]:UncommunicativeMethodName: Smelly#x has the name 'x' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Method-Name.md] - [5]:UncommunicativeVariableName: Smelly#x has the variable name 'y' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Variable-Name.md] + [4]:UncommunicativeMethodName: Smelly#x has the name 'x' + [5]:UncommunicativeVariableName: Smelly#x has the variable name 'y' ``` ## Supported Ruby versions Reek is officially supported for the following CRuby versions: