Skip to content

Commit

Permalink
Update description of Provider SDK (#262)
Browse files Browse the repository at this point in the history
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".
  • Loading branch information
AaronFriel authored Aug 8, 2024
1 parent 41e6149 commit d79eaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit d79eaa3

Please sign in to comment.