Skip to content

Commit

Permalink
Fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
samalba committed Dec 27, 2013
1 parent 2cc5f8f commit 6690428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ func main() {
}

// Inspect the first container returned
id := (*containers)[0].Id
id := containers[0].Id
info, _ := docker.InspectContainer(id)
log.Println(info)

Expand Down

0 comments on commit 6690428

Please sign in to comment.