Skip to content

Commit 01b88f8

Browse files
committed
fix readme
1 parent 9860452 commit 01b88f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:@"localhost:8
3939
[socket emit:@"update" withItems:@[@{@"amount": @(cur + 2.50)}]];
4040
});
4141

42-
[ack with:@[@"Got your ack, ", @"dude"]];
42+
[ack with:@[@"Got your currentAmount, ", @"dude"]];
4343
}];
4444

4545
[socket connect];

0 commit comments

Comments
 (0)