fix README usage

This commit is contained in:
Mark Vayngrib 2015-05-10 10:55:37 -04:00
parent 33525e09af
commit 89cfd14d0d
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ _see/run index.ios.js for a complete example, but basically it's just like dgram
var dgram = require('dgram')
// OR, if not shimming via package.json "browser" field:
// var dgram = require('RCTUDP')
// var dgram = require('UdpSockets')
var socket = dgram.createSocket('udp4')
socket.bind(12345)
socket.once('listening', function() {