diff --git a/README.md b/README.md index 9aeb25f..0683c11 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:@"localhost:8 [socket emit:@"update" withItems:@[@(cur + 2.50)]]; }); - ack(@[@"Got your ack, ", @"dude"]); + ack(@[@"Got your currentAmount, ", @"dude"]); }]; [socket connect];