From ad3ade96f7586d5b2239462373768864d02618a4 Mon Sep 17 00:00:00 2001 From: Piotr Wittchen Date: Wed, 13 May 2015 09:31:01 +0200 Subject: [PATCH] Update README.md corrected formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad81aec..b653f5e 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ protected void onCreate(Bundle savedInstanceState) { #### NetworkEvents Customization -You can customize `NetworkEvents` object. E.g. you can set your own `pingUrl` and `pingTimeout`: +You can customize `NetworkEvents` object. E.g. you can set your own ping url and ping timeout: ```java networkEvents = new NetworkEvents(this, bus)