Skip to content

Commit 0de0504

Browse files
committed
fix description wording since iOS is a thing...
1 parent ca607a9 commit 0de0504

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# NativeScript-FloatingActionButton
2-
XML widget to create the Material Design Floating Action Button for Android NativeScript apps
2+
XML widget to create the Material Design Floating Action Button for NativeScript apps.
33

44
[Material Design Floating Action Button Spec](https://www.google.com/design/spec/components/buttons-floating-action-button.html)
55

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nativescript-floatingactionbutton",
33
"version": "0.2.0",
4-
"description": "A NativeScript plugin to provide an XML widget to implement the Material Design Floating Action Button in an Android app.",
4+
"description": "A NativeScript plugin to provide an XML widget to implement the Material Design Floating Action Button in NativeScript apps.",
55
"main": "fab.js",
66
"nativescript": {
77
"platforms": {

0 commit comments

Comments
 (0)