Skip to content

Commit

Permalink
Merge pull request #100 from gary02/fix/minor
Browse files Browse the repository at this point in the history
correct code sample in readme
  • Loading branch information
robertu7 committed Aug 15, 2022
2 parents d5dcb3d + 2678352 commit 9242e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ Pass in a HTML string as content, and return a HTML string with the content encr
Support payment pointer for Web Monetization. See [test](./src/__tests__/formatHTML.test.ts) for more detail.

```js
import { formatHTML } from "@matters/matters-html-formatter"
import { makeHtmlBundle } from "@matters/matters-html-formatter"

const { html, key } = await makeHtmlBundle({
title: "test article",
Expand Down

0 comments on commit 9242e4c

Please sign in to comment.