Skip to content

Commit

Permalink
Add package name to example – close #5
Browse files Browse the repository at this point in the history
  • Loading branch information
brutella committed Jan 17, 2018
1 parent 2064452 commit b68b885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ bus.ConnectAndPublish()
#### Send a CAN frame

```go
frm := Frame{
frm := can.Frame{
ID: 0x701,
Length: 1,
Flags: 0,
Expand Down

0 comments on commit b68b885

Please sign in to comment.