From d5f21717c349715abd827359cae45aeabacd5f85 Mon Sep 17 00:00:00 2001 From: Conor Patrick Date: Tue, 13 Jul 2021 16:49:54 -0700 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8f97ebd..5896b39 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Tests +# Apdu Dispatch -For the tests to run locally for ApduDispatch, you need to enable std for logs. +This layer accepts APDU (application packet data units) from a contact and/or contactless interface and passes them to a selected app. -``` -cargo test --features std,log-all --target $(rustc -Vv | awk 'NR==5{print $2}') -``` +It handles parsing APDU's, chaining, T=0, and T=1. + +Run tests via `cargo test --features std,log-all`