We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b464c commit 8830d3dCopy full SHA for 8830d3d
README.md
@@ -1,6 +1,6 @@
1
# command-server README
2
3
-Creates an http server listening for commands to execute.
+Creates an http server that exposes a REST api to execute commands.
4
5
## Features
6
package.json
@@ -1,7 +1,7 @@
{
"name": "command-server",
"displayName": "Command server",
- "description": "Accept commands on an HTTP server",
+ "description": "Exposes an HTTP REST api for command execution",
"publisher": "pokey",
"license": "MIT",
7
"repository": {
0 commit comments