Skip to content

Commit 6211d15

Browse files
committed
Improve package description
1 parent c570018 commit 6211d15

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
{
22
"name": "amphp/cluster",
33
"homepage": "https://github.com/amphp/cluster",
4-
"description": "Cluster",
4+
"description": "Building multi-core network applications with PHP.",
55
"keywords": [
66
"cluster",
77
"multi-process",
8+
"multi-core",
89
"parallel",
910
"async",
1011
"non-blocking",
1112
"amp",
12-
"amphp"
13+
"amphp",
14+
"sockets",
15+
"watcher"
1316
],
1417
"license": "MIT",
1518
"authors": [

0 commit comments

Comments
 (0)