From 027ef10299c8730edf0715f723e38053d404cb80 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Tue, 30 Oct 2018 18:17:34 -0700 Subject: [PATCH] minor rewording --- README.org | 4 ++-- README.template.org | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index cddec72..864a655 100644 --- a/README.org +++ b/README.org @@ -159,8 +159,8 @@ There're several included applications that exercise the library. - =test-dump-chessboard-corners= similarly is a lower-level tool that just finds the blob center features and returns them on stdout. No geometric search is done. -The =mrgingham_...= tools are distributed in the package, while the other two -are internal. +The =mrgingham...= tools are distributed in the package, while the others are +internal. ** Tests There's a test suite in =test/test.sh=. It checks all images in =test/data/*=, diff --git a/README.template.org b/README.template.org index 03d4396..5ae901b 100644 --- a/README.template.org +++ b/README.template.org @@ -159,8 +159,8 @@ There're several included applications that exercise the library. - =test-dump-chessboard-corners= similarly is a lower-level tool that just finds the blob center features and returns them on stdout. No geometric search is done. -The =mrgingham_...= tools are distributed in the package, while the other two -are internal. +The =mrgingham...= tools are distributed in the package, while the others are +internal. ** Tests There's a test suite in =test/test.sh=. It checks all images in =test/data/*=,