Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed May 14, 2024
1 parent c64068b commit 7869df5
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 @@ -39,7 +39,7 @@ Here is a table:
To render as a JSON syntax tree:

```
$ npx afm example.md
$ npx @nasa-gcn/afm example.md
{
"type": "root",
"children": [
Expand Down Expand Up @@ -128,7 +128,7 @@ $ npx afm example.md
To render as HTML:

```
$ npx afm --html example.md
$ npx @nasa-gcn/afm --html example.md
<h1>Example</h1>
<p>Here is a table:</p>
Expand Down

0 comments on commit 7869df5

Please sign in to comment.