Skip to content

Commit 4ace8d4

Browse files
fix: readme typo
1 parent 9e79919 commit 4ace8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Phase Secrets SDK provides a Go package for managing secrets in your applica
1212

1313
| Reference syntax | Environment | Path | Secret Key Being Referenced | Description |
1414
| --------------------------------- | ---------------- | --------------------------------- | --------------------------- | ------------------------------------------------------------------ |
15-
| `${KEY}` | same environment | `/ | KEY | Local reference in the same environment and path root (/). |
15+
| `${KEY}` | same environment | `/` | KEY | Local reference in the same environment and path root (/). |
1616
| `${staging.DEBUG}` | `dev` | `/` (root of staging environment) | DEBUG | Cross-environment reference to a secret at the root (/). |
1717
| `${prod./frontend/SECRET_KEY}` | `prod` | `/frontend/` | SECRET_KEY | Cross-environment reference to a secret in a specific path. |
1818
| `${/backend/payments/STRIPE_KEY}` | same environment | `/backend/payments/` | STRIPE_KEY | Local reference with a specified path within the same environment. |

0 commit comments

Comments
 (0)