From a9471b2a17b56cc7c89a0350fcfd71b6915facb1 Mon Sep 17 00:00:00 2001 From: onyinyang Date: Wed, 6 Apr 2022 22:37:21 -0400 Subject: [PATCH] Changed format of TESTNAME --- crates/lox-library/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lox-library/README.md b/crates/lox-library/README.md index bf36ffe..c5aad0b 100644 --- a/crates/lox-library/README.md +++ b/crates/lox-library/README.md @@ -9,7 +9,7 @@ Lox is written in rust and requires `cargo` to test. [Install Rust](https://www. cargo test --release -- --nocapture TESTNAME ``` -Where TESTNAME is one of: +Where `TESTNAME` is one of: ``` stats_test_trust_levels