Skip to content

Commit 0316eaa

Browse files
fix: update formatting of custom strategies configuration option (#359)
1 parent e53c939 commit 0316eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The UnleashClient constructor supports the following configuration options:
128128
| custom_options | Extra options for [HTTP requests](https://requests.readthedocs.io/en/latest/api/#main-interface). | None |
129129
| request_timeout | HTTP request timeout (seconds). | 30 |
130130
| request_retries | HTTP request retry count. | 3 |
131-
| custom_strategies | Dict of {name: strategy} for custom activation strategies. See [custom strategies](#custom-strategies) for more information. | None |
131+
| custom_strategies | Dict of `{name: strategy}` for custom activation strategies. See [custom strategies](#custom-strategies) for more information. | None |
132132
| cache_directory | Location for the on-disk cache. Auto-determined. | None |
133133
| cache | Custom cache implementation (must extend BaseCache). See [custom cache](#custom-cache) for more information | BaseCache |
134134
| scheduler | Custom APScheduler instance. Auto-created. | BaseScheduler |

0 commit comments

Comments
 (0)