diff --git a/aur-dev.archlinux.org-Testing.md b/aur-dev.archlinux.org-Testing.md index 1dd0937..e1691c7 100644 --- a/aur-dev.archlinux.org-Testing.md +++ b/aur-dev.archlinux.org-Testing.md @@ -10,7 +10,7 @@ read the following sections: ## Toggling Between FastAPI and PHP https://aur-dev.archlinux.org provides a method of toggling between -the two implementations using the `version` cookie. +the two implementations using the `aurweb_version` cookie. To toggle between FastAPI and PHP, users should utilize https://aur-dev.archlinux.org/version, which contains an explanation of @@ -24,6 +24,8 @@ TL;DR: To switch to one of the following choices, browse to its endpoint: | `fastapi` | https://aur-dev.archlinux.org/version?version=fastapi | | `php` | https://aur-dev.archlinux.org/version?version=php | +Or set the `aurweb_version` cookie to a valid choice any other way. + To check which choice you're currently on, visit https://aur-dev.archlinux.org/version, which displays your current choice.