diff --git a/README.md b/README.md index 3e1ef9b..253e507 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ await client.auth().universalAuth.login({ const allSecrets = await client.secrets().listSecrets({ environment: "dev" // stg, dev, prod, or custom environment slugs - workspaceId: "<"">" + workspaceId: "" }); console.log("Fetched secrets", allSecrets)