Skip to content

Commit 52dd7f4

Browse files
authored
chore: readme touchups
1 parent 330d3ed commit 52dd7f4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packages/imagepicker/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
# @nativescript/imagepicker ![apple](https://cdn3.iconfinder.com/data/icons/picons-social/57/16-apple-32.png) ![android](https://cdn4.iconfinder.com/data/icons/logos-3/228/android-32.png)
2-
3-
[![npm](https://img.shields.io/npm/v/nativescript-imagepicker.svg)](https://www.npmjs.com/package/nativescript-imagepicker)
4-
[![npm](https://img.shields.io/npm/dm/nativescript-imagepicker.svg)](https://www.npmjs.com/package/nativescript-imagepicker)
5-
[![Build Status](https://travis-ci.org/NativeScript/nativescript-imagepicker.svg?branch=master)](https://travis-ci.org/NativeScript/nativescript-imagepicker)
1+
# @nativescript/imagepicker
62

73
Imagepicker plugin supporting both single and multiple selection.
84
<br />Plugin supports **iOS8+** and uses [QBImagePicker](https://github.com/questbeat/QBImagePicker) cocoa pod.
95
<br />For **Android** it uses Intents to open the stock images or file pickers. For Android 6 (API 23) and above the permissions to read file storage should be explicitly required. See demo for implementation details.
106

117
```cli
12-
ns plugin add @nativescript/imagepicker
8+
npm install @nativescript/imagepicker
139
```
1410

1511
## Usage

0 commit comments

Comments
 (0)