Skip to content

Commit

Permalink
chore: update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Jan 9, 2023
1 parent 3febfee commit 3bf62cf
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
<p>
<a href="https://maizzle.com" target="_blank">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/maizzle/cli/master/.github/cli-mark-dark.svg">
<img alt="Maizzle CLI" src="https://raw.githubusercontent.com/maizzle/cli/master/.github/cli-mark-light.svg" width="300" height="225" style="max-width: 100%;">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/maizzle/cli/HEAD/.github/cli-mark-dark.svg">
<img alt="Maizzle CLI" src="https://raw.githubusercontent.com/maizzle/cli/HEAD/.github/cli-mark-light.svg" width="300" height="225" style="max-width: 100%;">
</picture>
</a>
</p>
<div>
<p>The CLI tool for Maizzle</p>
<div>

[![Version][npm-version-shield]][npm]
[![Build][github-ci-shield]][github-ci]
Expand All @@ -17,6 +18,7 @@
</div>
</div>

> **Note:** This repository contains the code for Maizzle's CLI tool. If you want to build HTML emails using Maizzle, visit the [Starter repository](https://github.com/maizzle/maizzle).
## Installation

Expand Down Expand Up @@ -48,9 +50,9 @@ Documentation is available at https://maizzle.com

[npm]: https://www.npmjs.com/package/@maizzle/cli
[npm-stats]: https://npm-stat.com/charts.html?package=%40maizzle%2Fcli&from=2019-03-27
[npm-version-shield]: https://img.shields.io/npm/v/@maizzle/cli.svg?style=flat-square
[npm-stats-shield]: https://img.shields.io/npm/dt/@maizzle/cli.svg?style=flat-square&color=6875f5
[npm-version-shield]: https://img.shields.io/npm/v/@maizzle/cli.svg
[npm-stats-shield]: https://img.shields.io/npm/dt/@maizzle/cli.svg?color=4f46e5
[github-ci]: https://github.com/maizzle/cli/actions
[github-ci-shield]: https://img.shields.io/github/workflow/status/maizzle/cli/Node.js%20CI?style=flat-square
[github-ci-shield]: https://github.com/maizzle/cli/actions/workflows/nodejs.yml/badge.svg
[license]: ./LICENSE
[license-shield]: https://img.shields.io/npm/l/@maizzle/cli.svg?style=flat-square&color=0e9f6e
[license-shield]: https://img.shields.io/npm/l/@maizzle/cli.svg?color=0e9f6e

0 comments on commit 3bf62cf

Please sign in to comment.