Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.