Skip to content

Commit 45316c5

Browse files
bottomnavigationbar, ns casing
1 parent 4040f77 commit 45316c5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/bottomnavigationbar/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Nativescript Material Bottom Navigation Bar
1+
# NativeScript Material Bottom Navigation Bar
22

3-
Nativescript plugin for Android & iOS to have the Bottom Navigation Bar following the [Material Design Guidelines](https://material.io/components/bottom-navigation).
3+
NativeScript plugin for Android & iOS to have the Bottom Navigation Bar following the [Material Design Guidelines](https://material.io/components/bottom-navigation).
44

55
[![npm](https://img.shields.io/npm/v/@nativescript-community/ui-material-bottomnavigationbar.svg)](https://www.npmjs.com/package/@nativescript-community/ui-material-bottomnavigationbar) [![npm](https://img.shields.io/npm/dt/@nativescript-community/ui-material-bottomnavigationbar.svg?label=npm%20downloads)](https://www.npmjs.com/package/@nativescript-community/ui-material-bottomnavigationbar)
66

@@ -9,18 +9,18 @@ Nativescript plugin for Android & iOS to have the Bottom Navigation Bar followin
99
1. [Installation](#installation)
1010
2. [New Features](#new-features)
1111
3. [Usage](#usage)
12-
- [Plain Nativescript](#plain-nativescript)
12+
- [Plain NativeScript](#plain-nativescript)
1313
- [Angular](#angular)
1414
- [Vue](#vue)
1515
- [CSS Styling](#css-styling)
1616
4. [API](#api)
1717

1818
## Installation
1919

20-
For Nativescript 7.0+
20+
For NativeScript 7.0+
2121
* `tns plugin add @nativescript-community/ui-material-bottomnavigationbar`
2222

23-
For Nativescript 6.x
23+
For NativeScript 6.x
2424
* `tns plugin add nativescript-material-bottomnavigationbar`
2525

2626
## New Features
@@ -32,7 +32,7 @@ For Nativescript 6.x
3232

3333
Before start using the plugin you need to add the icons for Android & iOS in your `App_Resources` directory.
3434

35-
### Plain Nativescript
35+
### Plain NativeScript
3636

3737
You can set the tabs using the `tabs` property
3838

0 commit comments

Comments
 (0)