Skip to content

Commit 1bf5a89

Browse files
authored
docs: fix README formatting (#278)
* docs: add auth datafile config manager documentation and refactor README * style: make small update * style: make small update in README * docs: fix formatting * docs: add colons
1 parent 3af111d commit 1bf5a89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ by making HTTP requests.
135135
**Note**: To use [AuthDatafilePollingConfigManager](#authdatafilepollingconfigmanager), you must create a secure environment for
136136
your project and generate an access token for your datafile.
137137

138-
**access_token**: The access_token is attached to the outbound HTTP request header to authorize the request and fetch the datafile.
138+
**access_token** The access_token is attached to the outbound HTTP request header to authorize the request and fetch the datafile.
139139

140140
#### Advanced configuration
141141

@@ -148,7 +148,7 @@ configurations for [PollingConfigManager](#pollingconfigmanager) and [AuthDatafi
148148
| datafile | None | Initial datafile, typically sourced from a local cached source |
149149
| update_interval | 5 minutes | Fixed delay between fetches for the datafile |
150150
| url | None | Custom URL location from which to fetch the datafile |
151-
| url_template | `PollingConfigManager`:<br/>https://cdn.optimizely.com/datafiles/{sdk_key}.json<br/>`AuthDatafilePollingConfigManager`:<br/>https://config.optimizely.com/datafiles/auth/{sdk_key}.json | Parameterized datafile URL by SDK key |
151+
| url_template | `PollingConfigManager:`<br/>https://cdn.optimizely.com/datafiles/{sdk_key}.json<br/>`AuthDatafilePollingConfigManager:`<br/>https://config.optimizely.com/datafiles/auth/{sdk_key}.json | Parameterized datafile URL by SDK key |
152152

153153
A notification signal will be triggered whenever a _new_ datafile is
154154
fetched and Project Config is updated. To subscribe to these

0 commit comments

Comments
 (0)