Update article.md

This commit is contained in:
Ilya Kantor 2019-07-30 17:24:34 +03:00 committed by GitHub
parent ef329656d6
commit 84fbfea996
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ data: Message 3
data: of two lines
```
- A message text goes after `data:`, the space after the semicolon is optional.
- A message text goes after `data:`, the space after the colon is optional.
- Messages are delimited with double line breaks `\n\n`.
- To send a line break `\n`, we can immediately one more `data:` (3rd message above).