From 5ecd01fb26bdd4db0305a3ef0f0fbef228d5e8ed Mon Sep 17 00:00:00 2001 From: kirbylife Date: Fri, 3 Nov 2023 02:20:15 -0600 Subject: [PATCH] Fix minor error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f47acc..433b47e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ $ pip install dist/nvexpo*.whl And add the follow line to your `.bashrc` file: ```Bash -eval(nvexpo init bash) +eval "$(nvexpo init bash)" ``` ## Basic usage