diff --git a/DOCS.md b/DOCS.md index 0cb21d4..9ac33dd 100644 --- a/DOCS.md +++ b/DOCS.md @@ -14,11 +14,12 @@ Information about API keys: https://support.crowdin.com/api/api-integration-setu The following is a sample configuration in your .drone.yml file: ```yaml -translations: +pipeline: crowdin: + image: jonasfranz/crowdin project_identifier: example project_key: 1bc29b36f623ba82aaf6724fd3b16718 files: example: options/example.ini example2: options/example2.ini -``` \ No newline at end of file +```