Skip to content

Commit f2a3149

Browse files
committed
chore(docs): reword
1 parent 6643859 commit f2a3149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The application is configurable via environment variables.
7474
- **Required:** No, defaults to `false`
7575
- **Example:** `false`, `1`, `True`
7676
- `PRIVATE_ENDPOINTS`
77-
- **Description:** Endpoints explicitly marked as requiring authentication, for use when `DEFAULT_PUBLIC == True`
77+
- **Description:** Endpoints explicitly marked as requiring authentication, used when `DEFAULT_PUBLIC == True`
7878
- **Type:** JSON object mapping regex patterns to HTTP methods OR tuples of HTTP methods and an array of strings representing required scopes
7979
- **Required:** No, defaults to the following:
8080
```json
@@ -87,7 +87,7 @@ The application is configurable via environment variables.
8787
}
8888
```
8989
- `PUBLIC_ENDPOINTS`
90-
- **Description:** Endpoints explicitly marked as not requiring authentication, for use when `DEFAULT_PUBLIC == False`
90+
- **Description:** Endpoints explicitly marked as not requiring authentication, used when `DEFAULT_PUBLIC == False`
9191
- **Type:** JSON object mapping regex patterns to HTTP methods
9292
- **Required:** No, defaults to the following:
9393
```json

0 commit comments

Comments
 (0)