Skip to content

Commit f97950c

Browse files
authored
Update README.md
1 parent acdec29 commit f97950c

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ React Native module to support Azure Notification Hub push notifications on Andr
55
# Quick Links
66

77
- [Getting Started](#getting-started)
8-
- [Set up Azure Notification Hub](#set-up-azure-notification-hub)
8+
- [Create a Notification Hub](#create-a-notification-hub)
99
- [Android Installation](#android-installation)
1010
- [Windows Installation](#windows-installation)
1111
- [iOS Installation](#ios-installation)
1212
- [JavaScript Configuration](#javascript-configuration)
13+
- [Publishing Notifications](#publishing-notifications)
1314
- [Code of Conduct](CODE_OF_CONDUCT.md)
1415
- [License](#license)
1516

@@ -49,9 +50,7 @@ Coming soon.
4950
npm install react-native-azurenotificationhub
5051
```
5152

52-
## Set up Azure Notification Hub
53-
54-
### Creating a new Notification Hub
53+
## Create a Notification Hub
5554

5655
* Log on to the [Azure Portal](https://portal.azure.com) and create a new **Notification Hub**.
5756

@@ -267,6 +266,10 @@ class myapp extends Component {
267266
}
268267
```
269268
270-
## License
269+
## Publishing Notifications
270+
271+
Coming soon.
272+
273+
# License
271274
272275
The React Native Azure Notification Hub plugin is provided under the [MIT License](LICENSE).

0 commit comments

Comments
 (0)