fixing centralbedfordshire_gov_uk documentation

This commit is contained in:
gingemonster
2023-01-20 11:12:08 +00:00
parent 53bd7291e1
commit 0b77b74017

View File

@@ -9,7 +9,7 @@ waste_collection_schedule:
sources: sources:
- name: centralbedfordshire_gov_uk - name: centralbedfordshire_gov_uk
args: args:
post_code: POST_CODE postcode: POSTCODE
house_name: HOUSE_NAME house_name: HOUSE_NAME
version: 1 version: 1
@@ -17,7 +17,7 @@ waste_collection_schedule:
### Configuration Variables ### Configuration Variables
**POST_CODE** **POSTCODE**
*(string) (required)* *(string) (required)*
**HOUSE_NAME** **HOUSE_NAME**
@@ -32,6 +32,6 @@ waste_collection_schedule:
sources: sources:
- name: centralbedfordshire_gov_uk - name: centralbedfordshire_gov_uk
args: args:
post_code: "SG156YF" postcode: "SG156YF"
house_name: "10 Old School Walk" house_name: "10 Old School Walk"
``` ```