From 08a8157a0aba6abb5246721733f16ace5f6b2d45 Mon Sep 17 00:00:00 2001 From: sergiu Date: Fri, 25 Oct 2024 17:20:53 +0300 Subject: [PATCH] linting --- README.md | 2 +- docs/book/v4/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5da3c39..b3ffcac 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ [![Build Static](https://github.com/dotkernel/dot-mail/actions/workflows/continuous-integration.yml/badge.svg?branch=4.0)](https://github.com/dotkernel/dot-mail/actions/workflows/continuous-integration.yml) [![codecov](https://codecov.io/gh/dotkernel/dot-mail/branch/4.0/graph/badge.svg?token=G51NEHYKD3)](https://codecov.io/gh/dotkernel/dot-mail) -# Installation +## Installation Install `dotkernel/dot-mail` by executing the following Composer command: diff --git a/docs/book/v4/installation.md b/docs/book/v4/installation.md index 1d27c6f..faf95d5 100644 --- a/docs/book/v4/installation.md +++ b/docs/book/v4/installation.md @@ -4,4 +4,4 @@ Install `dotkernel/dot-mail` by executing the following Composer command: ```shell composer require dotkernel/dot-mail -``` \ No newline at end of file +```