From 203e17f9fa383fed3ce54f76c110da01dbd3adbc 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