Merge pull request #229 from binaryflesh/patch-1

Fixed minor typo
This commit is contained in:
Thomas Zarebczan 2019-01-22 12:37:49 -05:00 committed by GitHub
commit 8b00909e3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,5 +72,5 @@ Configuration options are organized by their respective areas: Files, Wallet, Ne
### Other
| Setting | Format | Default value | Sample Values | Description |
|--------------------|---------|---------------|--------------------------------|---------------------------------------------------------------------------------------------------------------|
| components_to_skip | list | [] | ['reflector','hash_announcer'] | Disabe components, [see entire list here](https://github.com/lbryio/lbry/wiki/Component-Dependencies-Table) |
| components_to_skip | list | [] | ['reflector','hash_announcer'] | Disable components, [see entire list here](https://github.com/lbryio/lbry/wiki/Component-Dependencies-Table) |
| share_usage_data | boolean | true | false | Share analytics data |