From 57d3c272ffcfd33ac70929e9ee01d5d9f9b27baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lajos=20M=C3=A9sz=C3=A1ros?= Date: Tue, 6 Apr 2021 11:41:33 +0200 Subject: [PATCH] Tweaked project description --- README.md | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7737529..aac6e1e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Shovel, a PHP Library for manipulating Arrays, Strings and Objects +# Shovel -Because [fuck](http://phpsadness.com/sad/4) [PHP](http://phpsadness.com/sad/15) [and](http://phpsadness.com/sad/48) [it's](http://phpsadness.com/sad/6) [inconsistent](http://phpsadness.com/sad/9) [functions](http://phpsadness.com/sad/8)! +A PHP library for manipulating Arrays, Strings and Objects ## Concepts diff --git a/composer.json b/composer.json index 2cad89d..ceba0c1 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mlgy/shovel", - "description": "PHP Array/String/Object functions", + "description": "A PHP library for manipulating Arrays, Strings and Objects", "type": "library", "authors": [ {