Skip to content

Commit 8830d3d

Browse files
committed
Improved description
1 parent d1b464c commit 8830d3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

3-
Creates an http server listening for commands to execute.
3+
Creates an http server that exposes a REST api to execute commands.
44

55
## Features
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "command-server",
33
"displayName": "Command server",
4-
"description": "Accept commands on an HTTP server",
4+
"description": "Exposes an HTTP REST api for command execution",
55
"publisher": "pokey",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)