From e6fe38cfda48b363de99dcabcfdcc2d3dd7a796f Mon Sep 17 00:00:00 2001 From: Mandy Brown Date: Sun, 13 Apr 2014 21:45:07 -0400 Subject: [PATCH] Fixes a tiny typo in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd7b819..b19bfd1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Its main goal is to replay traffic from production servers to staging and dev en Now you can test your code on real user sessions in an automated and repeatable fashion. **No more falling down in production!** -Here is basic worlkflow: The listener server catches http traffic and sends it to the replay server or saves to file.The replay server forwards traffic to a given address. +Here is basic workflow: The listener server catches http traffic and sends it to the replay server or saves to file.The replay server forwards traffic to a given address. ![Diagram](http://i.imgur.com/9mqj2SK.png)