File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,15 @@ composer require jblond/php-diff
29
29
30
30
For cli usage you need to install the suggested ` jblond/php-cli ` package.
31
31
32
+ ## Documentation
33
+
34
+ See the [ Wiki] ( https://github.com/JBlond/php-diff/wiki ) for
35
+
36
+ * [ Getting started] ( https://github.com/JBlond/php-diff/wiki/a ) -Getting-Started)
37
+ * [ Parameters and Options] ( https://github.com/JBlond/php-diff/wiki/b ) -Parameters-and-Options)
38
+ * [ Custom Renderer] ( https://github.com/JBlond/php-diff/wiki/c ) -Custom-Renderer)
39
+ * [ Styling] ( https://github.com/JBlond/php-diff/wiki/d ) -Styling)
40
+
32
41
## Example Use
33
42
34
43
``` PHP
@@ -47,7 +56,7 @@ $options = [
47
56
'ignoreWhitespace' => true,
48
57
'ignoreCase' => true,
49
58
'context' => 2,
50
- 'cliColor' => 'simple' // for cli output
59
+ 'cliColor' => true // for cli output
51
60
];
52
61
53
62
// Initialize the diff class.
You can’t perform that action at this time.
0 commit comments