Skip to content

Commit 5d1ff67

Browse files
committed
docs: update package info
1 parent 310676d commit 5d1ff67

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
1-
# blog-api-package
1+
# Blog API Package for Cslant Blog 👋
2+
3+
<p align="center">
4+
<a href="#"><img src="https://img.shields.io/github/license/cslant/blog-api-package.svg?style=flat-square" alt="License"></a>
5+
<a href="https://packagist.org/packages/cslant/blog-api-package"><img src="https://img.shields.io/github/release/cslant/blog-api-package.svg?style=flat-square" alt="Latest Version"></a>
6+
<a href="https://scrutinizer-ci.com/g/cslant/blog-api-package"><img src="https://img.shields.io/scrutinizer/g/cslant/blog-api-package.svg?style=flat-square" alt="Quality Score"></a>
7+
<a href="https://codeclimate.com/github/cslant/blog-api-package/maintainability"><img src="https://api.codeclimate.com/v1/badges/429b59aad9584bad7ff6/maintainability" alt="Maintainability"/></a>
8+
</p>
9+
10+
This is a package for Cslant's blog API.
11+
12+
## Installation
13+
14+
```bash
15+
composer require cslant/blog-api-package
16+
```
17+
18+
## Commit template
219

3-
## commit template
420
```bash
521
git config --local commit.template .github/commit_message.txt
6-
```
22+
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cslant/blog-api-package",
3-
"description": "Send notification from Gitlab and Github events to Telegram",
3+
"description": "A Laravel package for CSlant blog API",
44
"keywords": [
55
"cslant",
66
"laravel",

0 commit comments

Comments
 (0)