Fix minor typo in readme

Signed-off-by: Riley Tomasek <riley@tomasek.io>
This commit is contained in:
Riley Tomasek 2023-11-05 16:40:12 -05:00 committed by GitHub
parent e1027d13bd
commit 374ae8f970
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -287,7 +287,6 @@ If `myRemarkPlugin` was replaced with this function:
import {h} from 'hastscript' import {h} from 'hastscript'
import {visit} from 'unist-util-visit' 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 // This plugin is an example to turn `::note` into divs, passing arbitrary
// attributes. // attributes.
function myRemarkPlugin() { function myRemarkPlugin() {