Skip to content

Commit

Permalink
docs: update template
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghg255 committed Dec 20, 2023
1 parent eb6e5e9 commit 8637438
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csvgtocss",
"version": "0.0.3",
"version": "0.0.4",
"description": "Convert svg to css",
"source": "src/index.ts",
"main": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/cli-start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export async function startCli(cwd = process.cwd(), argv = process.argv) {
links: [
{
title: 'GitHub',
url: 'https://github.com/hunghg255/svgtocss',
url: 'https://github.com/hunghg255/csvgtocss',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/templates/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export const genHtml = ({ cssContent, prefix, svgMonochrome, svgMultichrome }: a
</div>
<p class="links">
<a href="https://github.com/hunghg255/svg-to-font">GitHub</a>
<a href="https://github.com/hunghg255/csvgtocss">GitHub</a>
</p>
</body>
Expand Down

0 comments on commit 8637438

Please sign in to comment.