fix example in readme

This commit is contained in:
Mark Vayngrib 2015-11-22 13:01:00 +00:00
parent 57d44e0e49
commit 6ae70e3d12
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ _see/run [index.js](examples/rctsockets) for a complete example, but basically i
```js
var dgram = require('dgram')
// OR, if not shimming via package.json "browser" field:
// var dgram = require('UdpSockets')
// var dgram = require('react-native-udp')
var socket = dgram.createSocket('udp4')
socket.bind(12345)
socket.once('listening', function() {