Skip to content

Commit 43ac0a2

Browse files
committed
chore: update readme.md
1 parent 3256719 commit 43ac0a2

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

.github/logo-dark.svg

+1
Loading

.github/logo-light.svg

+1
Loading

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
## Using Maizzle in Node.js
1+
<div align="center">
2+
<p>
3+
<a href="https://maizzle.com/#gh-light-mode-only" target="_blank">
4+
<img src="./.github/logo-light.svg" alt="Maizzle" width="200">
5+
</a>
6+
<a href="https://maizzle.com/#gh-dark-mode-only" target="_blank">
7+
<img src="./.github/logo-dark.svg" alt="Maizzle" width="200">
8+
</a>
9+
</p>
10+
<p>Maizzle API Starter</p>
11+
</div>
12+
13+
## About
214

315
This example shows how to [use Maizzle programmatically](https://maizzle.com/docs/api) to build HTML email templates in a Node.js application, with Layouts, Components, and the `render()` method.
416

0 commit comments

Comments
 (0)