Skip to content

Commit bc1ab17

Browse files
committed
Correct readme for project
1 parent fe03d42 commit bc1ab17

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
JsonMapper is a PHP library that allows you to map a JSON response to your PHP objects that are either annotated using doc blocks or use typed properties.
77
For more information see the project website: https://jsonmapper.net
88

9-
![GitHub](https://img.shields.io/github/license/JsonMapper/LaravelPackage)
10-
![Packagist Version](https://img.shields.io/packagist/v/json-mapper/laravel-package)
11-
![PHP from Packagist](https://img.shields.io/packagist/php-v/json-mapper/laravel-package)
12-
[![Build Status](https://api.travis-ci.com/JsonMapper/LaravelPackage.svg?branch=master)](https://travis-ci.com/JsonMapper/LaravelPackage)
13-
[![Coverage Status](https://coveralls.io/repos/github/JsonMapper/LaravelPackage/badge.svg?branch=master)](https://coveralls.io/github/JsonMapper/LaravelPackage?branch=master)
9+
![GitHub](https://img.shields.io/github/license/JsonMapper/EloquentMiddleware)
10+
![Packagist Version](https://img.shields.io/packagist/v/json-mapper/eloquent-middleware)
11+
![PHP from Packagist](https://img.shields.io/packagist/php-v/json-mapper/eloquent-middleware)
12+
[![Build Status](https://api.travis-ci.com/JsonMapper/EloquentMiddleware.svg?branch=master)](https://travis-ci.com/JsonMapper/EloquentMiddleware)
13+
[![Coverage Status](https://coveralls.io/repos/github/JsonMapper/EloquentMiddleware/badge.svg?branch=master)](https://coveralls.io/github/JsonMapper/EloquentMiddleware?branch=master)
1414

1515
# Why use JsonMapper
1616
Continuously mapping your JSON responses to your own objects becomes tedious and is error prone. Not mentioning the
@@ -27,18 +27,18 @@ JsonMapper supports the following features
2727
* Namespace resolving
2828
* PHP 7.4 Types properties
2929

30-
# Installing JsonMapper laravel package
31-
The installation of JsonMapper Laravel package can easily be done with [Composer](https://getcomposer.org)
30+
# Installing JsonMapper Eloquent Middleware
31+
The installation of JsonMapper Eloquent Middleware can easily be done with [Composer](https://getcomposer.org)
3232
```bash
33-
$ composer require json-mapper/laravel-package
33+
$ composer require json-mapper/eloquent-middleware
3434
```
3535
The example shown above assumes that `composer` is on your `$PATH`.
3636

3737
# Contributing
38-
Please refer to [CONTRIBUTING.md](https://github.com/JsonMapper/LaravelPackage/blob/master/CONTRIBUTING.md) for information on how to contribute to JsonMapper Laravel package.
38+
Please refer to [CONTRIBUTING.md](https://github.com/JsonMapper/EloquentMiddleware/blob/master/CONTRIBUTING.md) for information on how to contribute to JsonMapper Eloquent Middleware.
3939

4040
## List of Contributors
41-
Thanks to everyone who has contributed to JsonMapper Laravel package! You can find a detailed list of contributors of JsonMapper on [GitHub](https://github.com/JsonMapper/LaravelPackage/graphs/contributors).
41+
Thanks to everyone who has contributed to JsonMapper Eloquent Middleware! You can find a detailed list of contributors of JsonMapper on [GitHub](https://github.com/JsonMapper/EloquentMiddleware/graphs/contributors).
4242

4343
# License
44-
The MIT License (MIT). Please see [License File](https://github.com/JsonMapper/LaravelPackage/blob/master/LICENSE) for more information.
44+
The MIT License (MIT). Please see [License File](https://github.com/JsonMapper/EloquentMiddleware/blob/master/LICENSE) for more information.

0 commit comments

Comments
 (0)