diff --git a/docs/README.md b/docs/README.md index 8ef65a9..dce8d2f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -149,3 +149,8 @@ websocket wss://jetstream2.us-west.bsky.network/subscribe?wantedCollections=app. } } ~~~ + #### Get-WebSocket Example 11 + +~~~powershell +# We can decorate a type returned from a WebSocket, allowing us to add additional properties. +~~~