File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ The following demos assume a config file in `~/project/test/config.json` and rec
88
88
89
89
* Start
90
90
91
- ` node bin/apps .js --config ~/project/test/config.json `
91
+ ` node bin/app .js --config ~/project/test/config.json `
92
92
93
93
* Download the script field from a script include
94
94
@@ -100,11 +100,11 @@ The following demos assume a config file in `~/project/test/config.json` and rec
100
100
101
101
* Use search to ** find** records to sync
102
102
103
- ` node bin/apps .js --config ~/project/test/config.json --search mine `
103
+ ` node bin/app .js --config ~/project/test/config.json --search mine `
104
104
105
105
* Use search to ** download** found records
106
106
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 `
108
108
109
109
* Use search to download records including the complete record as JSON (useful to reference)
110
110
You can’t perform that action at this time.
0 commit comments