Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericosilva committed Jan 18, 2013
1 parent 70f3f5d commit b56f4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ mediaServer.on('ready', function() {
mediaServer.addMedia(0, media, function(err, id) {
console.log("Added new media with ID:" + id);
});
mediaServer.announce();
mediaServer.ssdpAnnounce();
});
```

Expand Down

0 comments on commit b56f4f3

Please sign in to comment.