diff --git a/README.md b/README.md
index 846ffd15..1a71e96a 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-This is very basic Android Studio project implementing baresip
-(https://github.com/alfredh/baresip) based SIP User Agent.
+This is very basic Android Studio project implementing
+baresip based SIP User Agent.
Currently supports voice calls and messages with TLS transport,
voicemail MWI, incoming call transfer requests (REFER), PCMU/PCMA and
@@ -9,7 +9,9 @@ Motivated by need for secure SIP user agent for Android that does not
depend on third party push notification services.
The static libraries and include files in distribution directory have
-been produced using https://github.com/juha-h/libbaresip-android.
+been produced using
+libbaresip-android.
Before making libbaresip, apply reg.c-patch to re/src/sipreg/reg.c. The
patch is needed due to re timer sometimes firing too late.
@@ -19,6 +21,8 @@ After cloning the project, in Android Studio 3.2.1:
- File -> Invalidate Caches / Restart -> Invalidate & Restart
-Available also on
and Google Play store.
+Available also on
and
+Google Play store.
Copyright (c) 2018 TutPro Inc. Distributed under BSD-3-Clause license.