diff --git a/README.md b/README.md
index 1d476c5..bf6a021 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,9 @@ npm run build
npm run start
```
-First you need chrome canary / dev build version > 129 with the `FedCM Authz`, `FedCmMultiIdp` and `FedCM with IdP Registration support` flags enabled in `chrome://flags/`
+First you need to use a browser that supports FedCM, such as:
+* use Chrome >= 128, go to chrome://flags and enter "fedcm" to filter the flags
+* Enable "FedCM with IdP Registration support" and "FedCmMultiIdp"
## On localhost
@@ -17,15 +19,16 @@ First you need chrome canary / dev build version > 129 with the `FedCM Authz`,
- open a private window
- first go to [http://localhost:3000/.account/](http://localhost:3000/.account/) , click `register IdP to FedCM` and log in with the account created in the previous step
- then go to the client at [http://localhost:6080](http://localhost:6080)
- - note: if you try to fetch your profile at `http://localhost:3000//profile/` on step 3. You will get an error, as you need to be logged to access this resource.
- - Trigger the Dynamic Client Registration on 1)
- - Click the fedcm login button on 2)
- - Now try to fetch your profile on 3) again, you should receive the resource without an error.
+ - under section 3) of the page, edit the textbox so that it has your profile folder `http://localhost:3000//profile/` instead of `http://localhost:3000/a/profile/`
+ - confirm that 'Fetch resource' results in a 401 error.
+ - under section 2) of the page, click the fedcm login button. It will offer to log you in as 'John Doe', but with your WebID from the previous step.
+ - confirm that your WebID and an access token appear.
+ - click 'Fetch resource' again. It should display an `ldp:Container` description
## hosted
if the client and CSS don't have the same domain or subdomain, the current CSS instance in `./packages/fedcm-component/` won't work because of the `SameSite=None` cookie policiy of FedCM.
-Please refere to [this repo](https://github.com/thhck/fedcm-css-exp) instead
+Please refer to [this repo](https://github.com/thhck/fedcm-css-exp) instead
# demo
diff --git a/packages/client/public/index.html b/packages/client/public/index.html
index 5933efd..20ecac8 100644
--- a/packages/client/public/index.html
+++ b/packages/client/public/index.html
@@ -22,7 +22,7 @@