From d79eaa368e87893245fc76c9e2ec03d525094318 Mon Sep 17 00:00:00 2001 From: Aaron Friel Date: Thu, 8 Aug 2024 08:48:32 -0700 Subject: [PATCH] Update description of Provider SDK (#262) I think "Go Provider for Pulumi" as a noun phrase reminds me a lot of say, "AWS Provider for Pulumi". This SDK is for building providers for Pulumi _in_ Go, rather than a "Go Provider". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2520ec..2138591 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/pulumi/pulumi-go-provider)](https://goreportcard.com/report/github.com/pulumi/pulumi-go-provider) -A framework for building Go Providers for Pulumi. +A framework for building Providers for Pulumi in Go. **Library documentation can be found at** [![Go Reference](https://pkg.go.dev/badge/github.com/pulumi/pulumi-go-provider.svg)](https://pkg.go.dev/github.com/pulumi/pulumi-go-provider)