diff --git a/README.md b/README.md index 58c3a1e..90e078c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Pretty Pprint Callable pretty-printer for PHP arrays with Python-like formatting. -PrettyPrint is a small, zero-dependency PHP utility that formats numeric arrays in a clean, readable, PyTorch-inspired style. It supports aligned 2D tables, summarized tensor views, and flexible output options – making it ideal for ML experiments, debugging, logging, and educational projects. +PrettyPrint is a small, zero-dependency PHP utility that formats arrays in a clean, readable, PyTorch-inspired style. It supports aligned 2D tables, summarized tensor views, and flexible output options – making it ideal for ML experiments, debugging, logging, and educational projects. ## Installation ```bash diff --git a/composer.json b/composer.json index e4103e6..d14e41f 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "apphp/pretty-print", "description": "Callable pretty-printer for PHP arrays with Python-like formatting.", - "keywords": ["pretty-print", "pprint", "print", "array", "matrix", "tensor", "formatting", "debug", "logging", "php"], + "keywords": ["php", "pretty-print", "pprint", "print", "array", "matrix", "tensor", "formatting", "debug", "logging", "matrix-format", "data-formatting", "array-formatting", "tensor-formatting"], "homepage": "https://apphp.com", "type": "library", "license": "MIT",