diff --git a/README.md b/README.md index 5b9f7d5eb7..17e6d64bd8 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Use the Internet Identity canister in your local dfx project by adding the follo ``` To deploy, run `dfx deploy`. -To access Internet Identity use one of the following URLs: +To access Internet Identity or configure it for your dapp, use one of the following URLs: * Chrome, Firefox: `http://.localhost:4943` * Safari: `http://localhost:4943?canisterId=` diff --git a/demos/using-dev-build/README.md b/demos/using-dev-build/README.md index 06322e8237..ddbd910979 100644 --- a/demos/using-dev-build/README.md +++ b/demos/using-dev-build/README.md @@ -129,8 +129,8 @@ You might get different canister IDs (and that's totally fine). If the `webapp` ![](./webapp.png) _If you actually use the webapp, make sure that the "Internet Identity URL" field points to one of these URLS_: -* Chrome and FirefoxSafari `http://.localhost:4943/`. -* Safari `http://localhost:4943/?canisterId=`. +* Chrome, Firefox: `http://.localhost:4943/`. +* Safari: `http://localhost:4943/?canisterId=`. ## Helpers