Skip to content

Commit b9e8965

Browse files
committed
chore: composer description changed
1 parent c1a3eb7 commit b9e8965

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "bitapps/wp-telemetry",
3-
"description": "Collect diagnostic data and deactivation reason for a WordPress plugin",
3+
"description": "A simple telemetry library for WordPress.",
44
"type": "library",
55
"homepage": "https://bitapps.pro",
66
"license": "GPL-2.0-or-later",
7-
"version": "0.0.1",
7+
"version": "0.0.2",
88
"keywords": [
99
"diagnostic",
1010
"data",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WP Telemetry
22

3-
A simple telemetry library for WordPress.It allows you to send telemetry data to a remote server. It is designed to be simple and easy to use.
3+
A simple telemetry library for WordPress. It allows you to send telemetry data to a remote server. It is designed to be simple and easy to use.
44

55
## Usage
66

0 commit comments

Comments
 (0)