Migrated README.md to markdown

This commit is contained in:
Paul O'Fallon 2012-02-23 22:19:37 -05:00
Родитель ef2332d85b
Коммит 747309690e
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -26,6 +26,7 @@ Node.js Developer Center.
## Download Source Code
To get the source code of the SDK via **git** just type:
git clone https://github.com/WindowsAzure/azure-sdk-for-node.git
cd ./azure-sdk-for-node
@ -211,7 +212,7 @@ serviceBusService.createTopicIfNotExists('taskdiscussion', function(error){
// Topic exists
}
});
```
The **sendTopicMessage** method can be used to send a message to a topic:
@ -242,7 +243,7 @@ serviceBusService.createSubscription(topic, subscription, function(error1){
});
}
});
```
** For more examples please see the [Windows Azure Node.js Developer Center](http://www.windowsazure.com/en-us/develop/nodejs) **