From 36ef37e94001bd782624e7a2a0605b580d888753 Mon Sep 17 00:00:00 2001 From: sabaimran <65192171+sabaimran@users.noreply.github.com> Date: Fri, 8 Jul 2022 10:18:26 -0400 Subject: [PATCH] Fix formatting for pytest command Use org formatting rather than md. --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index e03bc37d..20139ebe 100644 --- a/README.org +++ b/README.org @@ -39,7 +39,9 @@ ** Run Unit tests - `pytest` + #+begin_src shell + pytest + #+end_src ** Upgrade #+begin_src shell