Skip to content

Commit fc1043a

Browse files
cleanup
1 parent 4ea1b50 commit fc1043a

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

Diff for: .gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
.idea
2-
.vscode
1+
.idea/
2+
.vscode/

Diff for: .npmignore

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.idea
2-
.vscode
3-
bluetooth.gif
4-
platforms/android/libraryproject
1+
.idea/
2+
.vscode/
3+
media/
4+
bluetooth.gif

Diff for: README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NativeScript <img src="https://github.com/EddyVerbruggen/nativescript-bluetooth/raw/master/bluetooth.gif" height="20px" alt="Bluetooth"/> plugin
1+
# NativeScript <img src="https://github.com/EddyVerbruggen/nativescript-bluetooth/raw/master/media/bluetooth.gif" height="20px" alt="Bluetooth"/> plugin
22

33
[![NPM version][npm-image]][npm-url]
44
[![Downloads][downloads-image]][npm-url]
@@ -103,13 +103,12 @@ bluetooth.requestCoarseLocationPermission().then(
103103
);
104104
```
105105

106-
### turnBluetoothOn
106+
### turnBluetoothOn (Android only)
107107
```js
108-
//this turns the bluetooth on, however you should prompt the user before using this
109-
//works only on android so far.
108+
// This turns bluetooth on, however you should prompt the user before using this.
110109
bluetooth.turnBluetoothOn().then(
111110
function(enabled) {
112-
//wait a while, till adapter turns on, then check if enabled.
111+
// wait a while, till adapter turns on, then check if enabled.
113112
}
114113
);
115114
```

Diff for: bluetooth.gif renamed to media/bluetooth.gif

File renamed without changes.

0 commit comments

Comments
 (0)