aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-12-24 00:38:43 +0000
committerJames Barnett <noreply@jamesbarnett.xyz>2018-12-24 00:38:43 +0000
commit64afac23548643fef0d91a124e6f5cfef8626ad4 (patch)
tree2be8a4d48cc397b6977a46cf41030093bfae010f /README.md
parentee48fd4a8b2be2b3542a03c110b6d690306b27fc (diff)
downloadslowpoke-64afac23548643fef0d91a124e6f5cfef8626ad4.tar.xz
slowpoke-64afac23548643fef0d91a124e6f5cfef8626ad4.zip
Add travis build script
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b8a0064..091b642 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Slowpoke
-Slowpoke is a simple TCP proxy which can introduce a configurable latency between packet transfers.
+Slowpoke is a simple TCP proxy which can introduce configurable latency between packet delivery.
This allows you to test and profile how your application behaves with different levels of latency between services such as databases or caches.
## Running