Skip to content

Commit

Permalink
fix: browser install should be a h2
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 6, 2023
1 parent a4c5f25 commit ff11815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/check-project/readme/install.js
Expand Up @@ -14,7 +14,7 @@ export const INSTALL = (pkg) => {
$ npm i ${pkg.name}
\`\`\`
`
const browserInstall = `### Browser \`<script>\` tag
const browserInstall = `## Browser \`<script>\` tag
Loading this module through a script tag will make it's exports available as \`${nameToGlobalSymbol(pkg.name)}\` in the global namespace.
Expand Down

0 comments on commit ff11815

Please sign in to comment.