Skip to content

Commit 34a21f1

Browse files
authored
Merge pull request #8 from nativescript-community/jarmani-patch-1
docs: do not repeat install instructions
2 parents 10f4a4b + 15593e7 commit 34a21f1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
[![GitHub forks](https://img.shields.io/github/forks/nativescript-community/gesturehandler.svg)](https://github.com/nativescript-community/gesturehandler/network)
44
[![GitHub stars](https://img.shields.io/github/stars/nativescript-community/gesturehandler.svg)](https://github.com/nativescript-community/gesturehandler/stargazers)
55

6-
[![NPM](https://nodei.co/npm/@nativescript-community/gesturehandler.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/@nativescript-community/gesturehandler/)
76

87
## Installation
98

10-
* `tns plugin add @nativescript-community/gesturehandler`
9+
```shell
10+
tns plugin add @nativescript-community/gesturehandler
11+
```
1112

1213
Be sure to run a new build after adding plugins to avoid any issues.
1314

@@ -19,10 +20,6 @@ The source is based on the source code by [Krzysztof Magiera](https://github.com
1920

2021
## API
2122

22-
First you need to install the plugin:
23-
```shell
24-
tns plugin add @nativescript-community/gesturehandler
25-
```
2623
We need to do some wiring when your app starts, so open `app.ts` and add this before creating any View/App/Frame:
2724
##### TypeScript
2825
```ts

0 commit comments

Comments
 (0)