diff --git a/README.md b/README.md index a6f37a1..b5c446b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ [![GoDoc](https://godoc.org/github.com/fnproject/fdk-go?status.svg)](https://godoc.org/github.com/fnproject/fdk-go) -# Go FDK Documentation -This is documentation for the Go function development kit (FDK) which provides convenience functions for writing Go Fn code. +# FDK for Go Documentation +This is documentation for the Function Development Kit for Go (FDK for Go) which provides convenience functions for writing Go Fn code. -For getting started using the Go FDK , see the tutorial [here.](https://github.com/fnproject/tutorials/tree/master/Introduction) +For getting started using the FDK for Go, see the tutorial [here.](https://github.com/fnproject/tutorials/tree/master/Introduction) -To get the Go FDK simply import it in your program `github.com/fnproject/fdk-go`, and use `go get` to get it. +To get the FDK for Go simply import it in your program `github.com/fnproject/fdk-go`, and use `go get` to get it. ## User Information * See the Fn [Quickstart](https://github.com/fnproject/fn/blob/master/README.md) for sample commands. @@ -14,7 +14,7 @@ To get the Go FDK simply import it in your program `github.com/fnproject/fdk-go` * For a list of commands see [Fn CLI Command Guide and Reference](https://github.com/fnproject/docs/blob/master/cli/README.md). * For general information see Fn [docs](https://github.com/fnproject/docs) and [tutorials](https://fnproject.io/tutorials/). -## Go FDK Development +## FDK for Go Development See [CONTRIBUTING](https://github.com/fnproject/fn/blob/master/CONTRIBUTING.md) for information on contributing to the project.