From 60690a1f50e2a0d43fedc1b784864bffc103615b Mon Sep 17 00:00:00 2001 From: bamchoh Date: Mon, 8 May 2017 23:36:56 +0900 Subject: [PATCH] Update README.md I upadte README.md because I cannot build a example. But I'm sorry I'm not sure whether my modification is correct. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5ddfb1..a66ccb7 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ func main() { if err != nil { log.Fatal(err) } - timeline, err := c.GetTimelineHome(context.Background()) + timeline, err := c.GetTimelineHome(context.Background(), nil) if err != nil { log.Fatal(err) }