api/update-message: Make it render correctly in Github.

This commit is contained in:
Balaji2198 2018-01-19 22:13:26 +05:30 committed by showell
parent 992b416802
commit 41685105db
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ curl -X "PATCH" {{ api_url }}/v1/messages/<msg_id> \
</div>
<div data-language="python" markdown="1">
```python
#!/usr/bin/env python
@ -53,6 +54,7 @@ print(client.update_message({
}))
```
</div>
<div data-language="javascript" markdown="1">