From e53e04b4fc7e3058781f5c0db52ee7027758c919 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Tue, 17 Oct 2023 11:17:14 +0200 Subject: [PATCH] Fix markdown in README files --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2185c8c..f2b5540 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ PLIVO_DSN=plivo://AUTH_ID:AUTH_TOKEN@default?from=FROM where: -- `AUTH_ID` is your Plivo Auth ID -- `AUTH_TOKEN` is your Plivo Auth Token -- `FROM` is your sender + - `AUTH_ID` is your Plivo Auth ID + - `AUTH_TOKEN` is your Plivo Auth Token + - `FROM` is your sender Adding Options to a Message --------------------------- @@ -48,7 +48,7 @@ $texter->send($sms); Resources --------- -* [Contributing](https://symfony.com/doc/current/contributing/index.html) -* [Report issues](https://github.com/symfony/symfony/issues) and - [send Pull Requests](https://github.com/symfony/symfony/pulls) - in the [main Symfony repository](https://github.com/symfony/symfony) + * [Contributing](https://symfony.com/doc/current/contributing/index.html) + * [Report issues](https://github.com/symfony/symfony/issues) and + [send Pull Requests](https://github.com/symfony/symfony/pulls) + in the [main Symfony repository](https://github.com/symfony/symfony)