fix readme

This commit is contained in:
Erik 2015-09-18 13:16:09 -04:00
parent 9860452814
commit 01b88f8e37

View File

@ -39,7 +39,7 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:@"localhost:8
[socket emit:@"update" withItems:@[@{@"amount": @(cur + 2.50)}]]; [socket emit:@"update" withItems:@[@{@"amount": @(cur + 2.50)}]];
}); });
[ack with:@[@"Got your ack, ", @"dude"]]; [ack with:@[@"Got your currentAmount, ", @"dude"]];
}]; }];
[socket connect]; [socket connect];