From 876a45ad4c021c74bb0b65383e838c8f3181e1eb Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Mon, 6 Nov 2023 05:17:48 -0500 Subject: [PATCH] Fix typo Closes GH-15. Reviewed-by: Titus Wormer --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index 2c0688d..9ab2f5b 100644 --- a/readme.md +++ b/readme.md @@ -287,7 +287,6 @@ If `myRemarkPlugin` was replaced with this function: import {h} from 'hastscript' import {visit} from 'unist-util-visit' -// This plugin is an example to turn `::youtube` into iframes. // This plugin is an example to turn `::note` into divs, passing arbitrary // attributes. function myRemarkPlugin() {