Skip to content

Commit 7b19abc

Browse files
bottomsheet, ns casing
1 parent 45316c5 commit 7b19abc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/bottomsheet/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NativeScript Material BottomSheets
22

3-
Material Design's [Bottom Sheet](https://material.io/components/sheets-bottom) component for Nativescript.
3+
Material Design's [Bottom Sheet](https://material.io/components/sheets-bottom) component for NativeScript.
44

55
[![npm](https://img.shields.io/npm/v/@nativescript-community/ui-material-bottomsheet.svg)](https://www.npmjs.com/package/@nativescript-community/ui-material-bottomsheet)
66
[![npm](https://img.shields.io/npm/dt/@nativescript-community/ui-material-bottomsheet.svg?label=npm%20downloads)](https://www.npmjs.com/package/@nativescript-community/ui-material-bottomsheet)
@@ -28,7 +28,7 @@ Be sure to run a new build after adding plugins to avoid any issues.
2828

2929
## Usage
3030

31-
### Plain Nativescript
31+
### Plain NativeScript
3232

3333
We need to do some wiring when your app starts, so open `app.js` and add this before creating any View/App/Frame:
3434

@@ -45,7 +45,7 @@ import { install } from "@nativescript-community/ui-material-bottomsheet";
4545
install();
4646
```
4747

48-
Uses the same kind of API as [Nativescript Modals](https://docs.nativescript.org/ui/modal-view)
48+
Uses the same kind of API as [NativeScript Modals](https://docs.nativescript.org/ui/modal-view)
4949

5050
#### TS
5151

0 commit comments

Comments
 (0)