diff --git a/README.md b/README.md index 4eedf34aef7b383b3df84150cd57c8502832b3cb..7747caf82faa704066d4ee99449f297c725949c6 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ The `export` command works similarly to the `let` command, but instead of defini global variable that other processes can access. ```ion -export PATH = "~/.cargo/bin:${PATH}" +export PATH = ~/.cargo/bin:${PATH} ``` ### Export Arithmetic