From 5d9aa2aa0b0546073cf7c3b55fc24b23ed6a3938 Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Sat, 23 Sep 2017 16:34:45 +0200 Subject: [PATCH] Fixing documentation --- DOCS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +```