Skip to content

Commit

Permalink
chore: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed May 22, 2024
1 parent 28426e7 commit 744e042
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,19 @@ export function Cdns() {
<div className="mb-4">
<h3 className="mb-2">jsDelivr</h3>
<SyntaxHighlighter language="bash" style={a11yDark}>
https://cdn.jsdelivr.net/npm/multiform-validator@2.0.3/dist/bundle.min.js
https://cdn.jsdelivr.net/npm/multiform-validator@2.0.6/dist/bundle.min.js
</SyntaxHighlighter>
<SyntaxHighlighter language="html" style={a11yDark}>
{`<scritp src="https://cdn.jsdelivr.net/npm/multiform-validator@2.0.3/dist/bundle.min.js"></script>`}
{`<scritp src="https://cdn.jsdelivr.net/npm/multiform-validator@2.0.6/dist/bundle.min.js"></script>`}
</SyntaxHighlighter>
</div>
<div className="mb-4">
<h3 className="mb-2">unpkg</h3>
<SyntaxHighlighter language="bash" style={a11yDark}>
https://unpkg.com/multiform-validator@2.0.3/dist/bundle.js
https://unpkg.com/multiform-validator@2.0.6/dist/bundle.js
</SyntaxHighlighter>
<SyntaxHighlighter language="html" style={a11yDark}>
{`<scritp src="https://unpkg.com/multiform-validator@2.0.3/dist/bundle.js"></script>`}
{`<scritp src="https://unpkg.com/multiform-validator@2.0.6/dist/bundle.js"></script>`}
</SyntaxHighlighter>
</div>
</>
Expand Down

0 comments on commit 744e042

Please sign in to comment.