diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 239193c..9bb8b19 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -187,7 +187,7 @@ personalisation: { name: "John Smith", year: "2016", # pass in a list and it will appear as bullet points in the message: - "required_documents": ["passport", "utility bill", "other id"], + required_documents: ["passport", "utility bill", "other id"], } ``` @@ -451,7 +451,7 @@ personalisation: { name: 'John Smith', # field from template application_date: '2018-01-01' # field from template, # pass in a list and it will appear as bullet points in the letter: - "required_documents": ["passport", "utility bill", "other id"], + required_documents: ["passport", "utility bill", "other id"], }, ```