Skip to content

Commit

Permalink
chore(credential-provider-node): fix readme typo (#6180)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxxk committed Jun 17, 2024
1 parent c32a043 commit a2f25e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/credential-provider-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

## AWS Credential Provider for Node.JS

This module provides a factory function, `fromEnv`, that will attempt to source
AWS credentials from a Node.JS environment. It will attempt to find credentials
from the following sources (listed in order of precedence):
This module provides a factory function, `defaultProvider`, that will attempt to
source AWS credentials from a Node.JS environment. It will attempt to find
credentials from the following sources (listed in order of precedence):

- Environment variables exposed via `process.env`
- SSO credentials from token cache
Expand Down

0 comments on commit a2f25e3

Please sign in to comment.