From 238ac6b901144902d360e3212404cb98e6b347e1 Mon Sep 17 00:00:00 2001 From: marihachi Date: Sat, 2 Oct 2021 12:46:28 +0900 Subject: [PATCH] update doc --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 379ad3e..dd0e223 100644 --- a/docs/api.md +++ b/docs/api.md @@ -44,7 +44,7 @@ console.log(JSON.stringify(nodes)); ```ts const nodes = mfm.parse('hello $[tada world]'); const output = mfm.toString(nodes); -console.log(output); // => "hello [tada world]" +console.log(output); // => "hello $[tada world]" ``` ※元の文字列とtoString APIで出力される文字列の同一性は保障されません。