From 8fc3d84b8b72ba3fc04cab568a702a24d57e91ba Mon Sep 17 00:00:00 2001 From: Yuri Date: Sun, 4 Mar 2018 16:17:48 +0300 Subject: [PATCH] Update description --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ea4333..78cc555 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ C-wrapper for Android Trace utility (trace.h, systrace) for Swift. ## Getting started -Read [Android Native Trace](https://developer.android.com/ndk/guides/tracing.html) -This tool works only on Android API 23 and higher (in accordance with Tracing API). -For Android API lower than 23 usage of tool doens't give any effect. + - Read [Android Native Trace](https://developer.android.com/ndk/guides/tracing.html). + - This tool works only on Android API 23 and higher (in accordance with Tracing API). +For Android API lower than 23 it doesn't give any effect. ## Installation