From a165a28c606046ee55c432496b7af00b33135b98 Mon Sep 17 00:00:00 2001 From: lddsb Date: Sat, 13 Apr 2024 18:21:15 +0800 Subject: [PATCH] fix: README typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 90e75af..b847d73 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ `0.8.x` ```yaml pipeline: - ... + #... notification: image: lddsb/drone-dingtalk-message token: your-group-bot-token @@ -29,7 +29,7 @@ pipeline: `1.x` ```yaml steps: -... +#... - name: notification image: lddsb/drone-dingtalk-message settings: @@ -206,7 +206,7 @@ $ cd /path/to/you/want && GO111MODULE=on go build . $ ./drone-dingtalk-message -h ``` -### Todo +### TODO It's sad, just support `text`, `markdown` and `link` type now. - implement all message type - i18N