Skip to content

Commit

Permalink
Fix typos and mention dapp configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Rothenberger committed Dec 18, 2023
1 parent 2af2b86 commit 573407e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://<canister_id>.localhost:4943`
* Safari: `http://localhost:4943?canisterId=<canister_id>`

Expand Down
4 changes: 2 additions & 2 deletions demos/using-dev-build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://<canister ID of the internet_identity canister>.localhost:4943/`.
* Safari `http://localhost:4943/?canisterId=<canister ID of the internet_identity canister>`.
* Chrome, Firefox: `http://<canister ID of the internet_identity canister>.localhost:4943/`.
* Safari: `http://localhost:4943/?canisterId=<canister ID of the internet_identity canister>`.

## Helpers

Expand Down

0 comments on commit 573407e

Please sign in to comment.