From f432bf826cb02af165601c162081b28fe2ae571b Mon Sep 17 00:00:00 2001 From: Tomasz Janczuk Date: Tue, 19 Jun 2012 17:27:54 -0700 Subject: [PATCH] Update master --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 155b6b0..23fe424 100644 --- a/README.md +++ b/README.md @@ -194,4 +194,12 @@ There is one more method that allows sending pre-formatted notifiction messages wns.send(channel, payload, type, [options], [callback]) ``` - The caller takes responsibility for providing a pre-formatted string with XML of the notification as the ```payload``` parameter. The ```type``` parameter specifies the type of the notification as one of the string values specified [here](http://msdn.microsoft.com/en-us/library/windows/apps/hh465435.aspx#pncodes_x_wns_type). \ No newline at end of file + The caller takes responsibility for providing a pre-formatted string with XML of the notification as the ```payload``` parameter. The ```type``` parameter specifies the type of the notification as one of the string values specified [here](http://msdn.microsoft.com/en-us/library/windows/apps/hh465435.aspx#pncodes_x_wns_type). + + ## Running tests + + Tests are using mocha and nock which are listed as dev dependencies. To run tests invoke mocha from the root of the repository: + + ``` + mocha + ``` \ No newline at end of file