diff --git a/README.md b/README.md index 215fc99..dc84666 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ // main.ts //deno:generate deno run -A npm:peggy@3 css.pegjs import { parse as parseCSS } from "./css.js"; - const ast = parseCSS(`a:hover { background: red; }`) console.log(ast); ```