From 79059297c8c1d6c52fc2db4e12b0459c83f2f49d Mon Sep 17 00:00:00 2001 From: Drikus Roor Date: Fri, 28 Jun 2024 11:00:17 +0200 Subject: [PATCH] refactor: Rename instances of "experiment" to "block" --- frontend/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/README.md b/frontend/README.md index 44c2c96a5..626f17388 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -8,7 +8,7 @@ The AML experiment client if the user facing part of the AML experiments. It mai ### Block views -- To use a new block view, add it to the experiment rules in your AML experiment server. +- To use a new block view, add it to the block rules in your AML experiment server. - The unique view ID (e.g. `MY_COMPONENT`) should match the component in the client - Create a new component @@ -44,4 +44,4 @@ FRONTEND_HTML_OG_IMAGE=https://app.amsterdammusiclab.nl/images/og-hooked.jpg FRONTEND_HTML_OG_TITLE=Amsterdam Music Lab Experiment FRONTEND_HTML_OG_URL=https://app.amsterdammusiclab.nl FRONTEND_HTML_BODY_CLASS= -``` \ No newline at end of file +```