Skip to content

Commit 2dc4641

Browse files
committed
Update readme
1 parent 93c108b commit 2dc4641

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Here's an improved version of your markdown guide for your PHP testing library:
1+
# MaplePHP - Unitary
2+
PHP Unitary is a lightweight PHP testing library designed to simplify the process of writing and running tests for your PHP code. With an easy-to-use interface and powerful validation options, Unitary allows developers to ensure their code is reliable and performs as expected.
23

3-
# Unitary
4-
**PHP Unitary** is a lightweight PHP testing library.
4+
By following a simple setup process, you can create and execute tests quickly, making it easier to maintain high-quality code and catch potential issues early in the development cycle.
55

6-
## Example
6+
## Setup
77

88
### 1. Create a Test File
99
Start by creating a test file with a name that starts with "unitary-", e.g., "unitary-lib-name.php".

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "maplephp/unitary",
33
"type": "library",
4-
"description": "MaplePHP Unitary is an interactive, lightweight and very easy to use PHP CLI (Command Line Interface) Testing library.",
5-
"keywords": ["php", "cli", "command line", "prompt", "lightweight", "cross-platform"],
4+
"description": "PHP Unitary is a lightweight PHP testing library designed to simplify the process of writing and running tests for your PHP code.",
5+
"keywords": ["php", "cli", "command line", "test", "testing"],
66
"homepage": "https://wazabii.se",
77
"license": "Apache-2.0",
88
"authors": [

0 commit comments

Comments
 (0)