From 39b6fea2fe4af52c2abcc237dc2873d1c4b2e18c Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Tue, 6 Nov 2018 22:09:00 -0600 Subject: [PATCH] MAINT: Fix code formatting in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c25e975..3af208d 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ ARGS: ## Testing ```sh - CCheck a list of ucg files for errors and run test assertions. + Check a list of ucg files for errors and run test assertions. USAGE: ucg test [FLAGS] -r [INPUT]... @@ -76,6 +76,7 @@ FLAGS: ARGS: ... Input ucg files or directories to run test assertions for. If not provided it will scan the current directory for files with _test.ucg +``` ## Language Reference