fix readme
This commit is contained in:
parent
9860452814
commit
01b88f8e37
@ -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];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user