Skip to content

Commit

Permalink
Minor fix to nuget README CAN GW header
Browse files Browse the repository at this point in the history
  • Loading branch information
derek-will committed Jul 31, 2023
1 parent 6b46dc9 commit 1374f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SocketCANSharp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ using (var bcmCanSocket = new BcmCanSocket())
}
```

### CAN Gateway (CGW) Support
## CAN Gateway (CGW) Support
```cs
var vcan0 = CanNetworkInterface.GetAllInterfaces(true).FirstOrDefault(iface => iface.Name.Equals("vcan0"));
var vcan1 = CanNetworkInterface.GetAllInterfaces(true).FirstOrDefault(iface => iface.Name.Equals("vcan1"));
Expand Down

0 comments on commit 1374f27

Please sign in to comment.