Skip to content

Commit 7e5ac36

Browse files
committed
Update readme
1 parent 5c97821 commit 7e5ac36

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
mohammed@amalyet.com.
63+
phpjuice@gmail.com.
6464
All complaints will be reviewed and investigated promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) Mohammed
3+
Copyright (c) PHPJuice
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Add new folder inside tests to store cassettes:
2323
mkdir tests/cassettes
2424
```
2525

26-
Add the following line to your `Pest.php` file, inorder to instruct
27-
php vcr of our cassettes folder:
26+
Add the following line to your `Pest.php` file, this will tell
27+
VCR where to look for `cassettes`:
2828

2929
```php
3030
use VCR\VCR;
@@ -73,7 +73,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
7373

7474
### Security
7575

76-
If you discover any security related issues, reach out to me @tsd_mohammed instead of using the issue tracker.
76+
If you discover any security related issues, send us an email to phpjuice@gmail.com instead of using the issue tracker.
7777

7878
## Credits
7979

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"type": "library",
1111
"authors": [
1212
{
13-
"name": "Mohammed",
14-
"email": "mohammed@amalyet.com",
13+
"name": "PHPJuice",
14+
"email": "phpjuice@gmail.com",
1515
"role": "Developer"
1616
}
1717
],

docs/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pest plugin for PHP-VCR
22

3-
![GitHub Actions](https://github.com/phpjuice/pest-plugin-vcr/actions/workflows/ci.yml/badge.svg)
3+
![Tests](https://github.com/phpjuice/pest-plugin-vcr/actions/workflows/ci.yml/badge.svg)
44
[![Latest Stable Version](http://poser.pugx.org/phpjuice/pest-plugin-vcr/v)](https://packagist.org/packages/phpjuice/pest-plugin-vcr)
55
[![Total Downloads](http://poser.pugx.org/phpjuice/pest-plugin-vcr/downloads)](https://packagist.org/packages/phpjuice/pest-plugin-vcr)
66
[![License](http://poser.pugx.org/phpjuice/pest-plugin-vcr/license)](https://packagist.org/packages/phpjuice/pest-plugin-vcr)
@@ -23,8 +23,8 @@ Add new folder inside tests to store cassettes:
2323
mkdir tests/cassettes
2424
```
2525

26-
Add the following line to your `Pest.php` file, inorder to instruct
27-
php vcr of our cassettes folder:
26+
Add the following line to your `Pest.php` file, this will tell
27+
VCR where to look for `cassettes`:
2828

2929
```php
3030
use VCR\VCR;
@@ -73,7 +73,7 @@ Please see [CONTRIBUTING](../CONTRIBUTING.md) for details.
7373

7474
### Security
7575

76-
If you discover any security related issues, reach out to me @tsd_mohammed instead of using the issue tracker.
76+
If you discover any security related issues, send us an email to phpjuice@gmail.com instead of using the issue tracker.
7777

7878
## Credits
7979

@@ -87,7 +87,7 @@ The MIT License (MIT). Please see [License File](../LICENSE.md) for more informa
8787

8888
This package was generated using the [PHP Package Boilerplate](https://laravelpackageboilerplate.com) by [Beyond Code](http://beyondco.de/).
8989

90-
![GitHub Actions](https://github.com/phpjuice/pest-plugin-vcr/actions/workflows/ci.yml/badge.svg)
90+
![Tests](https://github.com/phpjuice/pest-plugin-vcr/actions/workflows/ci.yml/badge.svg)
9191
[![Latest Stable Version](http://poser.pugx.org/phpjuice/pest-plugin-vcr/v)](https://packagist.org/packages/phpjuice/pest-plugin-vcr)
9292
[![Total Downloads](http://poser.pugx.org/phpjuice/pest-plugin-vcr/downloads)](https://packagist.org/packages/phpjuice/pest-plugin-vcr)
9393
[![License](http://poser.pugx.org/phpjuice/pest-plugin-vcr/license)](https://packagist.org/packages/phpjuice/pest-plugin-vcr)

0 commit comments

Comments
 (0)