From 189d02ae497563512aeab5599edea0dcbeabeab1 Mon Sep 17 00:00:00 2001 From: Oladoyinbo Vincent Date: Thu, 9 Nov 2023 10:23:54 -0800 Subject: [PATCH] :memo: improve docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 158c6e5..1e036ae 100644 --- a/README.md +++ b/README.md @@ -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