Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed a small typo in the usage example
  • Loading branch information
bevzzz authored Apr 18, 2024
1 parent 126d5cd commit d6687b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ c := nb.New(
),
)

err := nb.Convert(os.Stdout, b)
err := c.Convert(os.Stdout, b)
```

The snippet above uses these additional dependencies:
Expand Down

0 comments on commit d6687b0

Please sign in to comment.