Skip to content

Commit

Permalink
📝 improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oladoyinbov committed Nov 9, 2023
1 parent 84c243b commit 189d02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ $markdown = Markdown::new()
-> setFile( __DIR__ . '/files/hello.md' )
# set directory to store compiled html files
-> setCompileDir( __DIR__ . '/pages/' )
# convert
# convert to html
-> toHtmlFile( filename: 'hello' );

# check if markdown compile to html successfully
Expand Down

0 comments on commit 189d02a

Please sign in to comment.