We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c942d commit bfcdc79Copy full SHA for bfcdc79
doc/templates/Configuration.md
@@ -148,7 +148,7 @@ text inserted is valid JSON object (starts with `{` and ends with `}`) or valid
148
Variable substitution is performed on configuration file after the include file directive; Hence
149
variable substitution is also performed on the text in the injected file.
150
151
-Here is an example including variable substitution, assuming version 2.7.0 of OTP:
+Here is an example including variable substitution, assuming version 2.8.0 of OTP:
152
153
```JSON
154
// build-config.json
@@ -172,7 +172,7 @@ The result will look like this:
172
{
173
"transitFeeds": [
174
175
- "source": "netex-v2.7.0.obj"
+ "source": "netex-v2.8.0.obj"
176
}
177
]
178
0 commit comments