From 1b3c00870c3373d2c659c6b8240ee029a32b4541 Mon Sep 17 00:00:00 2001 From: PatrissolJuns Date: Sun, 18 Oct 2020 08:32:36 +0100 Subject: [PATCH] Updated README.md and package.json description --- README.md | 2 +- package.json | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3daedfd..f018b1c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Both local and remote media are handled and it's possible to perform the followi - Conversion - Extraction of audio sound from video -**An Example app is available with almost all features implemented. You can download APK for android [here](Example/android/app/release/app-release.apk)** +**An Example app is available with almost all features implemented. You can build it in local or you can download APK for android [here](https://github.com/PatrissolJuns/react-native-audio-video-tools/raw/master/Example/android/app/release/app-release.apk)** diff --git a/package.json b/package.json index 8a5ea6b..0c4cd08 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "description": "React-native library that allows to perform some advanced operation on audios and videos", + "description": "React-native library that allows performing some advanced operation on audios and videos", "main": "index.js", "types": "./index.d.ts", "repository": "https://github.com/PatrissolJuns/react-native-audio-video-tools.git", @@ -16,15 +16,12 @@ "react-native", "react", "native", + "mobile", "android", "ios", "audio", "video", "images", - "react native", - "mobile", - "ios", - "android", "tools", "ffmpeg", "compression",