Skip to content

Commit f21ac45

Browse files
committed
README update
1 parent 0fda0cf commit f21ac45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ Copy `config-sample.json` to `config.json` and then add your projects configurat
5151

5252
cp config-sample.json config.json
5353

54+
All files starting with `config*.json` are .gitignored - so you can create multiple configuration files such as `config-caltrain.json`.
55+
5456
| option | type | description |
5557
| ------ | ---- | ----------- |
5658
| [`agencies`](#agencies) | array | An array of GTFS files to be imported. |
@@ -252,7 +254,7 @@ API along with your API token.
252254

253255
### templatePath
254256

255-
{String} Path to a (pug)[https://pugjs.org/] template for rendering timetables. This is optional. Defaults to using the templates provided in `views/timetable`. All files in /views/custom will be .gitignored
257+
{String} Path to a (pug)[https://pugjs.org/] template for rendering timetables. This is optional. Defaults to using the templates provided in `views/timetable`. All files within the `/views/custom` folder will be .gitignored
256258

257259
```
258260
"templatePath": '/my/path/to/template.pug'

0 commit comments

Comments
 (0)