Skip to content

Commit

Permalink
Update README.md - fix missing quote in fromSSO (#4545)
Browse files Browse the repository at this point in the history
fix missing quote in fromSSO example code
  • Loading branch information
cunneen committed Apr 17, 2023
1 parent b01bc6c commit bb444e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/credential-providers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ function. You can either load the SSO config from shared INI credential files, o

```javascript
import { fromSSO } from "@aws-sdk/credential-providers"; // ES6 import
// const { fromSSO } = require(@aws-sdk/credential-providers") // CommonJS import
// const { fromSSO } = require("@aws-sdk/credential-providers") // CommonJS import

const client = new FooClient({
credentials: fromSSO({
Expand Down

0 comments on commit bb444e6

Please sign in to comment.