diff --git a/README.md b/README.md index c6f0a308..d6f4d963 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ For a more detailed overview, see more guidance around [Azure Federated Credenti ```azurecli az rest --method POST --uri 'https://graph.microsoft.com/beta/applications//federatedIdentityCredentials' --body '{"name":"","issuer":"https://token.actions.githubusercontent.com/","subject":"repo:octo-org/octo-repo:environment:Production","description":"Testing","audiences":["api://AzureADTokenExchange"]}' ``` - * pull_request events + * pull-request events ```azurecli az rest --method POST --uri 'https://graph.microsoft.com/beta/applications//federatedIdentityCredentials' --body '{"name":"","issuer":"https://token.actions.githubusercontent.com/","subject":"repo:octo-org/octo-repo:pull-request","description":"Testing","audiences":["api://AzureADTokenExchange"]}' ```