Skip to content

Commit 2921ed5

Browse files
committed
Update README.md
1 parent bf5f3fb commit 2921ed5

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

+6-10
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,25 @@
22

33
This repository will contain sample code for Notification Hubs.
44

5-
## Push to Chrome Apps (PushToChromeApps folder)
5+
### Push to Chrome Apps (PushToChromeApps folder)
66
Sample Chrome App to demonstrate how to use Azure Notification Hubs to push to Chrome Apps. See the tutorial here [Chrome Apps tutorial]
77

8-
## Push to Windows Phone Silverlight application (PushToSLPhoneApp folder)
8+
### Push to Windows Phone Silverlight application (PushToSLPhoneApp folder)
99
Azure Notification Hubs Windows Phone SDK currently does not support using WNS with Windows Phone 8.1 Silverlight apps. This sample takes you through the steps to create a Windows Phone 8.1 Silverlight app which registers with Azure Notification Hubs (ANH) so that it can receive notifications via ANH.
1010

11-
## Push to WNS sample (PushToWNSDirectly folder)
11+
### Push to WNS sample (PushToWNSDirectly folder)
1212
This sample is useful when you want to test the end to end flow between client app and WNS without Azure Notification Hubs in the picture. This helps in validating that your client app is set up correctly as well that you have the correct Package SID & Secret that you are configuring in the Azure Notification Hubs. In case the PNS responds with an error then you also get to see the exact error from the WNS itself providing additional information.
1313

14-
## Notification Hubs - REST wrapper for Java (notificationhubs-rest-java folder)
14+
### REST wrapper for Java (notificationhubs-rest-java folder)
1515

1616
**The official Java SDK is now available at - [Official Java SDK]. Please refer to it going forward. The following is only for legacy reasons.**
1717

1818
This is a fully working sample of a server SDK for Notification Hubs in Java. It contains REST wrappers for all operations including seding notifications and registration management.
1919

20-
You can find a detailed readme in the `notificationhubs-rest-java` directory.
21-
22-
## Notification Hubs - REST wrapper for PHP (notificationhubs-rest-php folder)
20+
### REST wrapper for PHP (notificationhubs-rest-php folder)
2321
This is a sample for sending notifications to Notification Hubs using PHP.
2422

25-
You can find a detailed readme in the `notificationhubs-rest-PHP` directory.
26-
27-
## Notification Hubs - REST wrapper for Python (notificationhubs-rest-python folder)
23+
### REST wrapper for Python (notificationhubs-rest-python folder)
2824
This is a sample for sending notifications to Notification Hubs using Python.
2925

3026
Detailed readme is available here -

0 commit comments

Comments
 (0)