From ec93a6b12efb9a2ce6965cac7df7ba5816ba9c59 Mon Sep 17 00:00:00 2001 From: Jerome Quere Date: Tue, 3 Sep 2019 16:22:30 +0200 Subject: [PATCH 1/2] doc: add link to examples in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 409547d01..51219d740 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,10 @@ func main() { } ``` +## Examples + +You can find additional examples in the [GoDoc](https://godoc.org/github.com/scaleway/scaleway-sdk-go) + ## Development This repository is at its early stage and is still in active development. From 2d885401f6c5807589d566c1c2140aa7886a967d Mon Sep 17 00:00:00 2001 From: Jerome Quere Date: Tue, 3 Sep 2019 16:26:01 +0200 Subject: [PATCH 2/2] address comments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51219d740..5e762a0ed 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ func main() { ## Examples -You can find additional examples in the [GoDoc](https://godoc.org/github.com/scaleway/scaleway-sdk-go) +You can find additional examples in the [GoDoc](https://godoc.org/github.com/scaleway/scaleway-sdk-go). ## Development