aboutsummaryrefslogtreecommitdiffstats
path: root/README.mkd
diff options
context:
space:
mode:
Diffstat (limited to 'README.mkd')
-rw-r--r--README.mkd4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.mkd b/README.mkd
index 6c3efa94..ac8b67bc 100644
--- a/README.mkd
+++ b/README.mkd
@@ -43,9 +43,9 @@ system:
...
}
-With your shims in place, create an IsoTpShim object to pass them around:
+With your shims in place, create an IsoTpShims object to pass them around:
- IsoTpShim shims = isotp_init_shims(debug, send_can, set_timer);
+ IsoTpShims shims = isotp_init_shims(debug, send_can, set_timer);
### API