From 709ecc30b3a7196816ea5e530419793d93dd32c4 Mon Sep 17 00:00:00 2001 From: Erik Date: Wed, 13 May 2015 08:36:08 -0400 Subject: [PATCH] tweak ack message --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];