Skip to content

Commit 76a6c0b

Browse files
committed
[OASIS-6317] - Fix README.md format (#255)
* Fix table in Advanced configuration * Fix anchor
1 parent 9109ce3 commit 76a6c0b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@ notification_center.
122122
#### Advanced configuration
123123

124124
The following properties can be set to override the default
125-
configurations for [PollingConfigManager]{.title-ref}.
126-
127-
**PropertyName** **Default Value** **Description**
128-
------------------ ----------------------------------------------------------- --------------------------------------------------------------------------------------
129-
update_interval 5 minutes Fixed delay between fetches for the datafile
130-
sdk_key None Optimizely project SDK key
131-
url None URL override location used to specify custom HTTP source for the Optimizely datafile
132-
url_template https://cdn.optimizely.com/datafiles/{sdk_key}.json Parameterized datafile URL by SDK key
133-
datafile None Initial datafile, typically sourced from a local cached source
125+
configurations for [PollingConfigManager](#pollingconfigmanager).
126+
127+
| **Property Name** |**Default Value**| **Description** |
128+
|:-----------------------:|:---------------:|:--------------------------------------------------------------:|
129+
| update_interval | 5 minutes | Fixed delay between fetches for the datafile |
130+
| sdk_key | None | Optimizely project SDK key |
131+
| url | None | URL override location used to specify custom |
132+
| HTTP source for Optimizely datafile<br>url_template |https://cdn.optimizely.com/datafiles/{sdk_key}.json|Parameterized datafile URL by SDK key|
133+
| datafile | None | Initial datafile, typically sourced from a local cached source |
134134

135135
A notification signal will be triggered whenever a *new* datafile is
136136
fetched and Project Config is updated. To subscribe to these

0 commit comments

Comments
 (0)