From 9932129199f5c002ba87e7ebaf93aa91c9dddc4a Mon Sep 17 00:00:00 2001 From: Alex Helfet Date: Thu, 28 Dec 2017 03:44:03 +0000 Subject: [PATCH] Refer to decode/README.md in /README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0cfcdf..4b244c4 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ Pull requests welcome. * `framed_decode` in directory `./decode`: - A command line tool to decode data encoded by the library. + A command line tool to decode data encoded by the library. See + `./decode/README.md` for its documentation. * `framed_test_type` in directory `./test_type`: