Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Nov 25, 2023
1 parent b962d20 commit 709c20d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const ast = parseCSS(`a:hover { background: red; }`)
console.log(ast);
```

<td>
<tr><td>

```pegjs
// css.pegjs
Expand All @@ -26,7 +26,7 @@ stylesheet
// ...
```

<tr><td colspan=2>
<tr><td>

```sh
deno_generate
Expand Down

0 comments on commit 709c20d

Please sign in to comment.