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.
pull/55/head
bamchoh 2017-05-08 23:36:56 +09:00 committed by GitHub
parent a0466b7cc4
commit 60690a1f50
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ func main() {
if err != nil { if err != nil {
log.Fatal(err) log.Fatal(err)
} }
timeline, err := c.GetTimelineHome(context.Background()) timeline, err := c.GetTimelineHome(context.Background(), nil)
if err != nil { if err != nil {
log.Fatal(err) log.Fatal(err)
} }