From 8d3930870768e5b80777ac4849b09d143b7f7b0b Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Wed, 15 Jul 2026 17:49:08 +0200 Subject: [PATCH] Fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3109922..daea56a 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ or throttle stop ``` -## Add delay on your localhost +## Add delay on your localhost This is useful if you test a local web server or run [WebPageReplay](https://github.com/catapult-project/catapult/blob/master/web_page_replay_go/README.md) and want to add some latency to your tests. ``` @@ -142,7 +142,7 @@ You can log all the commands that sets up the throttling by setting `LOG_THROTTL LOG_THROTTLE=true throttle 3gslow ``` -or +or ``` throttle 3gslow --log @@ -152,4 +152,4 @@ throttle 3gslow --log Make sure to run ```sudo modprobe ifb numifbs=1``` before you start the container. -And then when you actually start your Docker container, give it the right privileges with ```--cap-add=NET_ADMIN```. +And then when you start your Docker container, give it the right privileges with ```--cap-add=NET_ADMIN```.