Skip to content

Commit 894312a

Browse files
committed
fix typo
1 parent cd4f7da commit 894312a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Laravel Presenter
22

3-
[![The Latest Version on Packagist](https://img.shields.io/packagist/v/coderflex/laravel-presenter.svg?style=flat-square)](https://packagist.org/packages/coderflex/laravel-presenter)
4-
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/coderflex/laravel-presenter/run-tests?label=tests)](https://github.com/coderflexx/laravel-presenter/actions?query=workflow%3Arun-tests+branch%3Amain)
5-
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/coderflex/laravel-presenter/Check%20&%20fix%20styling?label=code%20style)](https://github.com/coderflexx/laravel-presenter/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
3+
[![The Latest Version on Packagist](https://img.shields.io/packagist/v/coderflexx/laravel-presenter.svg?style=flat-square)](https://packagist.org/packages/coderflexx/laravel-presenter)
4+
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/coderflexx/laravel-presenter/run-tests?label=tests)](https://github.com/coderflexx/laravel-presenter/actions?query=workflow%3Arun-tests+branch%3Amain)
5+
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/coderflexx/laravel-presenter/Check%20&%20fix%20styling?label=code%20style)](https://github.com/coderflexx/laravel-presenter/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
66

77
A clean way to present your model attributes without putting them in the wrong file.
88

@@ -11,7 +11,7 @@ A clean way to present your model attributes without putting them in the wrong f
1111
You can install the package via composer:
1212

1313
```bash
14-
composer require coderflex/laravel-presenter
14+
composer require coderflexx/laravel-presenter
1515
```
1616

1717
You can publish the config file with:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "coderflex/laravel-presenter",
2+
"name": "coderflexx/laravel-presenter",
33
"description": "Write Clean/Reusable Code with Presenters.",
44
"keywords": [
55
"coderflex",

0 commit comments

Comments
 (0)