From 0fed4af1fb2247522d2280ad3bdaf314bd387796 Mon Sep 17 00:00:00 2001 From: AtHeartEngineer <1675654+AtHeartEngineer@users.noreply.github.com> Date: Tue, 21 Jun 2022 16:36:23 -0400 Subject: [PATCH] Fixed plotting command (#1) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da8e60e..1d05956 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,6 @@ cargo test -- --nocapture test_example3 Plot the circuit layout ``` -cargo test --all-features -- --nocapture test_example1 -cargo test --all-features -- --nocapture test_example2 +cargo test --all-features -- --nocapture plot_fibo1 +cargo test --all-features -- --nocapture plot_fibo2 ```