Improved formatting for advantages list.

Some markdown parsers require an empty line before lists to parse them as such.
This commit is contained in:
Akim239 2019-04-04 14:04:49 -07:00 committed by Eric Anderson
parent 1c276a823b
commit a67fa8a87b
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ as the transport layer for gRPC on Android. This lets your Android app make
RPCs using the same networking stack as used in the Chrome browser.
Some advantages of using Cronet with gRPC:
* Bundles an OpenSSL implementation, enabling TLS connections even on older
versions of Android without additional configuration
* Robust to Android network connectivity changes