aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj_sh6042026-02-10 22:05:42 -0500
committerkj_sh6042026-02-10 22:05:42 -0500
commit84309cd89986090b9dd04a3128ba63ada7bda7df (patch)
tree01dd9265cbc013990c037be6eafe6389ccfec20d
parent40976131396b2808c727e80be0045bd5efc61361 (diff)
refactor: update README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 80470fe..fe8312d 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ a simple "load testing" *not-really-a-framework* framework built on top of [Pyth
`config.py` is straight-forward and has everything.
-it's also designed to make it easy to add your own "scraping" or page navigation logic during the load test — copy scenarios/example.py, name it something relevant, subclass `BaseScenario`, override the `run()` method, and you're good to go.
+it's also designed to make it easy to add your own "scraping" or page navigation logic during the load test — copy `scenarios/example.py`, name the new file something relevant, go ahead and subclass `BaseScenario`, override the `run()` method, and you're good to go.
## deps