Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 56b57b8

Browse files
committed
docs: update README.md
1 parent f402eae commit 56b57b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Laravel-FCM
1+
# Laravel-FCM (maintained version of the official repository)
22

33
![Run tests](https://github.com/code-lts/Laravel-FCM/workflows/Run%20tests/badge.svg?branch=main)
44
[![Coverage Status](https://codecov.io/gh/code-lts/laravel-fcm/branch/main/graph/badge.svg)](https://codecov.io/gh/code-lts/laravel-fcm)
@@ -23,9 +23,9 @@ It currently **only supports HTTP protocol** for :
2323

2424
To get the latest version of Laravel-FCM on your project, require it from "composer":
2525

26-
27-
$ composer require code-lts/laravel-fcm
28-
26+
```bash
27+
composer require code-lts/laravel-fcm
28+
```
2929

3030
Or you can add it directly in your composer.json file:
3131

0 commit comments

Comments
 (0)