Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlice committed Jun 4, 2021
1 parent 3548a05 commit 89495b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const cli = meow(
`
static:
Description
This will install express.js and add scripts to run express and deploy your app.
This will install serve and add scripts to run serve and deploy your app.
Usage
$ sectionctl-helper static [build-dir] [options]
Options
Expand All @@ -19,7 +19,7 @@ const cli = meow(
$ sectionctl-helper static build/ -a 1234 -i 5678
scripts:
Description:
If you don't want to use express (ie if your app uses its own node.js webserver runtime), you can use this command to just add the scripts to your package.json.
If you don't want to use serve (ie if your app uses its own node.js webserver runtime), you can use this command to just add the scripts to your package.json.
Usage
$ sectionctl-helper scripts [options]
Options
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@section.io/sectionctl-helper",
"version": "1.1.2",
"description": "Installs an express server to be used in static deployment of a node.js app on Section's Edge Compute Platform",
"description": "Automatically configures your node.js app for deployment on Section's Edge Compute Platform",
"main": "index.js",
"scripts": {
"test": "cd test",
Expand Down

0 comments on commit 89495b6

Please sign in to comment.