Skip to content

Commit 435b139

Browse files
Fix broken README image URL (#34)
1 parent 455bf0d commit 435b139

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fastify-swc-server [project-name]
2121
Replace `[project-name]` with the intended name for the project. This creates a new directory with the specified name, clones the Fastify SWC server repo, and configures the project accordingly.
2222

2323
<br>
24-
<img width="300" alt="logo" src="https://github.com/user-attachments/assets/ee70394a-ac30-45d5-8dc9-a100f71f9819">
24+
<img width="300" alt="Large metal and wood 'JS' letters standing on the forest floor, surrounded by fallen leaves and moss-covered tree roots, with a misty forest background." src="https://github.com/user-attachments/assets/073c2d3d-46f5-427e-8876-74da61c5ce61">
2525

2626
## Contributions and Issues
2727

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-swc-typescript-server-bootstrap-cli",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "CLI tool that accelerates the creation of new server projects using Fastify with SWC and Jest",
55
"main": "init.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)