Skip to content

Commit

Permalink
docs: fix link in root readme (#4945)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe authored Jul 10, 2023
1 parent 6dd73dd commit 04ec576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,10 @@ Lastly we have higher level libraries in `/lib`. These are javascript specific l
Certain command outputs include streams, which have different implementations in
Node.js and browsers. For convenience, a set of stream handling methods will be
merged (`Object.assign`) to the output stream object, as defined in
[SdkStreamMixin](serde-code-url).
[SdkStreamMixin][serde-code-url].

Output types having this feature will be indicated by the `WithSdkStreamMixin<T, StreamKey>`
[wrapper type](serde-code-url), where `T` is the original output type
[wrapper type][serde-code-url], where `T` is the original output type
and `StreamKey` is the output property key having a stream type specific to
the runtime environment.

Expand Down

0 comments on commit 04ec576

Please sign in to comment.