Skip to content

Commit eee41e8

Browse files
authored
fix(readme): close comment in a code snippet (#1679)
1 parent 028a362 commit eee41e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ We’ve made several public API changes to improve consistency, make the SDK eas
8787
In version 2.x of the SDK, service configuration could be passed to individual client constructors.
8888
However, these configurations would first be merged automatically into a copy of the global SDK configuration: `AWS.config`.
8989

90-
Also, calling `AWS.config.update({/* params *})` only updated configuration for service clients instantiated after the update call was made, not any existing clients.
90+
Also, calling `AWS.config.update({/* params */})` only updated configuration for service clients instantiated after the update call was made, not any existing clients.
9191

9292
This behavior was a frequent source of confusion, and made it difficult to add configuration to the global object that only affects a subset of service clients in a forward-compatible way.
9393
In v3 rc, there is no longer a global configuration managed by the SDK.

0 commit comments

Comments
 (0)