We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd9113 commit 99150a4Copy full SHA for 99150a4
README.md
@@ -25,7 +25,7 @@ composer require jblond/php-diff
25
26
## Example Use
27
28
-<details><summery> </summery><br>
+<details><summary>Example Code</summary><br>
29
30
```PHP
31
<?php
@@ -68,7 +68,7 @@ echo $diff->Render($renderer);
68
### Example Output
69
A quick usage example can be found in the `example/` directory and under example.php. Included is a light theme and a dark theme.
70
71
-<details><summery>Example Pictures</summery><br>
+<details><summary>Example Pictures</summary><br>
72
73
#### HTML Side By Side Example
74

0 commit comments