Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zankich committed Dec 19, 2013
1 parent 60364ad commit c044d0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ func main() {
sphero := gobotSphero.NewSphero(spheroAdaptor)
sphero.Name = "Sphero"

connections := []interface{} {
connections := []gobot.Connection {
spheroAdaptor,
}
devices := []interface{} {
devices := []gobot.Device {
sphero,
}

Expand Down

0 comments on commit c044d0f

Please sign in to comment.