diff --git a/README.md b/README.md index f16fb6823..d3b116d78 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ In addition to the documentation mentioned above, there is also an - [Python](https://github.com/cloudevents/sdk-python) - [Ruby](https://github.com/cloudevents/sdk-ruby) - [Rust](https://github.com/cloudevents/sdk-rust) +- [PowerShell](https://github.com/cloudevents/sdk-powershell) ## Community diff --git a/SDK.md b/SDK.md index 53085ced9..4d08f5481 100644 --- a/SDK.md +++ b/SDK.md @@ -14,6 +14,7 @@ following SDKs: - [Python SDK](https://github.com/cloudevents/sdk-python) - [Ruby SDK](https://github.com/cloudevents/sdk-ruby) - [Rust SDK](https://github.com/cloudevents/sdk-rust) +- [PowerShell](https://github.com/cloudevents/sdk-powershell) This is intended to provide guidance and requirements for SDK authors. This document is intended to be kept up to date with the CloudEvents spec.