diff --git a/README.md b/README.md index 497686d..ab4ac6b 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ support: contributions welcome. - [GaggiMate](https://gaggimate.eu) by jniebuhr — the machine controller this companion talks to. -- The dial-in hint rules follow the +- The dial-in hints follow the guide from [Automatic Pro cheat sheet](https://modsmthng.github.io/Automatic-Pro/) by **modsmthng**. diff --git a/src/matebot/hints.py b/src/matebot/hints.py index 223562b..e010d09 100644 --- a/src/matebot/hints.py +++ b/src/matebot/hints.py @@ -1,6 +1,6 @@ """Dial-in hints after a disappointing shot. -The rules follow the dial-in guidance from modsmthng's Automatic Pro cheat +The suggestions follow the dial-in guide from modsmthng's Automatic Pro cheat sheet (https://modsmthng.github.io/Automatic-Pro/v3/): adjust grind first, then ratio, then temperature — one variable at a time; sour points to under-extraction, bitter to over-extraction. Full credit to modsmthng. @@ -8,7 +8,7 @@ from __future__ import annotations -CREDIT = "Rules from modsmthng's Automatic Pro cheat sheet — modsmthng.github.io/Automatic-Pro" +CREDIT = "Guide: modsmthng's Automatic Pro cheat sheet, modsmthng.github.io/Automatic-Pro" def _ratio(notes: dict) -> float | None: