Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit aeec8d2

Browse files
committed
mfa readme update
1 parent 8b7e431 commit aeec8d2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

typescript-mfa-example/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,14 @@ An example TypeScript application demonstrating how to use the [WorkOS MFA API](
3434
file at the root of the project, and store these like so:
3535
```
3636
WORKOS_API_KEY=sk_xxxxxxxxxxxxx
37-
PORT=3000
3837
```
3938

4039
5. The final setup step is to start the server.
4140
```bash
4241
$ npm run dev
4342
```
4443

45-
Navigate to `localhost:3000` in your web browser.
44+
Navigate to `http://localhost:8000/` in your web browser.
4645

4746
## Using the MFA application
4847

0 commit comments

Comments
 (0)