Skip to content

Commit 99150a4

Browse files
authored
Correct typo in wording
1 parent 5cd9113 commit 99150a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ composer require jblond/php-diff
2525

2626
## Example Use
2727

28-
<details><summery>&nbsp;</summery><br>
28+
<details><summary>Example Code</summary><br>
2929

3030
```PHP
3131
<?php
@@ -68,7 +68,7 @@ echo $diff->Render($renderer);
6868
### Example Output
6969
A quick usage example can be found in the `example/` directory and under example.php. Included is a light theme and a dark theme.
7070

71-
<details><summery>Example Pictures</summery><br>
71+
<details><summary>Example Pictures</summary><br>
7272

7373
#### HTML Side By Side Example
7474
![HTML Side By Side Example](htmlSideBySide.png "HTML Side By Side Example")

0 commit comments

Comments
 (0)