Skip to content

Commit bbb4584

Browse files
committed
fix: improve formatting and clarity in README and integration guide
1 parent 87e2a98 commit bbb4584

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

code-examples/protect-page-login/react/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Ory React Authentication Example
22

3-
This example demonstrates how to implement authentication in a React
4-
application built with Vite and TypeScript using Ory.
3+
This example demonstrates how to implement authentication in a React application
4+
built with Vite and TypeScript using Ory.
55

66
## Prerequisites
77

docs/getting-started/integrate-auth/25_react.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ npx @ory/cli tunnel --dev http://localhost:5173 --project <project-id>
6565
```
6666

6767
This command mirrors Ory APIs on `http://localhost:4000`. Use that URL as the `basePath` for the `@ory/client-fetch` SDK (see
68-
`App.tsx` code below). The `--dev` flag disables security checks for easier integration and shouldn't be used when running Ory Tunnel in an insecure environment like public networks.
68+
`App.tsx` code below). The `--dev` flag disables security checks for easier integration and shouldn't be used when running Ory
69+
Tunnel in an insecure environment like public networks.
6970

7071
## Validate and login
7172

0 commit comments

Comments
 (0)