From 5357ceeb7d8cefa933bdb7e2782bbfa9c0fb8022 Mon Sep 17 00:00:00 2001 From: "IceHe.xyz" Date: Mon, 11 Jul 2022 13:17:05 +0800 Subject: [PATCH] docs(connector): fix wrong indents in connector-twilio-sms (#1506) --- packages/connector-twilio-sms/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/connector-twilio-sms/README.md b/packages/connector-twilio-sms/README.md index 927cdc2c9..685fd8c83 100644 --- a/packages/connector-twilio-sms/README.md +++ b/packages/connector-twilio-sms/README.md @@ -34,8 +34,9 @@ Back to _Messaging_ -> _Services_ settings page starting from the sidebar, and f Fill out the _accountSID_, _authToken_ and _fromMessagingServiceSID_ fields with `Account SID`, `Auth token` and `Sid` of the corresponding messaging service. You can add multiple SMS connector templates for different cases. Here is an example of adding a single template: - - Fill out the `content` field with arbitrary string-typed contents. Do not forget to leave `{{code}}` placeholder for random passcode. - - Fill out the `usageType` field with either `Register`, `SignIn` or `Test` for different use cases. + +- Fill out the `content` field with arbitrary string-typed contents. Do not forget to leave `{{code}}` placeholder for random passcode. +- Fill out the `usageType` field with either `Register`, `SignIn` or `Test` for different use cases. Here is an example of Twilio SMS connector config JSON.