Skip to content

Commit 709ecc3

Browse files
committed
tweak ack message
1 parent 72dd2ef commit 709ecc3

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
@@ -38,7 +38,7 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:@"localhost:8
3838
[socket emit:@"update" withItems:@[@(cur + 2.50)]];
3939
});
4040

41-
ack(@[@"Got your ack, ", @"dude"]);
41+
ack(@[@"Got your currentAmount, ", @"dude"]);
4242
}];
4343

4444
[socket connect];

0 commit comments

Comments
 (0)