Skip to content

Commit

Permalink
Fix markdown in README files
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Oct 17, 2023
1 parent e3d250a commit e53e04b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------------
Expand Down Expand Up @@ -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)

0 comments on commit e53e04b

Please sign in to comment.