Skip to content

Commit ccd5a6d

Browse files
committed
add wiki links to README.md
1 parent 0a16fd1 commit ccd5a6d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ composer require jblond/php-diff
2929

3030
For cli usage you need to install the suggested `jblond/php-cli` package.
3131

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+
3241
## Example Use
3342

3443
```PHP
@@ -47,7 +56,7 @@ $options = [
4756
'ignoreWhitespace' => true,
4857
'ignoreCase' => true,
4958
'context' => 2,
50-
'cliColor' => 'simple' // for cli output
59+
'cliColor' => true // for cli output
5160
];
5261

5362
// Initialize the diff class.

0 commit comments

Comments
 (0)