Skip to content

Commit 7e1552b

Browse files
committed
Update docs
1 parent da219bf commit 7e1552b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Packagist](https://img.shields.io/packagist/v/mll-lab/str_putcsv.svg)](https://packagist.org/packages/mll-lab/str_putcsv)
44

5-
The missing `str_putcsv` function for php.
5+
The missing `str_putcsv` function for PHP
66

77
Inverse of the PHP native function [`str_getcsv`](https://www.php.net/manual/function.str-getcsv.php).
88

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "mll-lab/str_putcsv",
3-
"description": "The missing `str_putcsv` function for php.",
3+
"description": "The missing `str_putcsv` function for PHP",
44
"keywords": [
55
"php",
66
"csv",
77
"str_getcsv",
88
"str_putcsv"
99
],
10-
"homepage": "https://github.com/kafene/str_putcsv",
10+
"homepage": "https://github.com/mll-lab/str_putcsv",
1111
"license": "MPL-2.0",
1212
"require": {
1313
"php": "^7.2 || ^8.0",

0 commit comments

Comments
 (0)