Skip to content

Commit 87ea9f0

Browse files
author
Bram
authored
Update README.md
1 parent 97cfb04 commit 87ea9f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ use BlameButton\Laravel\Changelog\ChangelogFacade;
2424
* Get the raw content of your changelog file.
2525
*/
2626
ChangelogFacade::raw();
27+
28+
/**
29+
* Get the HTML version of your changelog file.
30+
*/
31+
ChangelogFacade::html();
2732
```
2833

2934
### Testing

0 commit comments

Comments
 (0)