Skip to content

Commit

Permalink
refactor: Rename instances of "experiment" to "block"
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Jun 28, 2024
1 parent b0a4d5a commit 7905929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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=
```
```

0 comments on commit 7905929

Please sign in to comment.