Skip to content

Commit 9d588d9

Browse files
committed
remove confusion in sample commands.
1 parent e239c69 commit 9d588d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The following demos assume a config file in `~/project/test/config.json` and rec
8888

8989
* Start
9090

91-
`node bin/apps.js --config ~/project/test/config.json`
91+
`node bin/app.js --config ~/project/test/config.json`
9292

9393
* Download the script field from a script include
9494

@@ -100,11 +100,11 @@ The following demos assume a config file in `~/project/test/config.json` and rec
100100

101101
* Use search to **find** records to sync
102102

103-
`node bin/apps.js --config ~/project/test/config.json --search mine`
103+
`node bin/app.js --config ~/project/test/config.json --search mine`
104104

105105
* Use search to **download** found records
106106

107-
`node bin/apps.js --config ~/project/test/config.json --search mine --download`
107+
`node bin/app.js --config ~/project/test/config.json --search mine --download`
108108

109109
* Use search to download records including the complete record as JSON (useful to reference)
110110

0 commit comments

Comments
 (0)