From 97f31399e330fc8efc41c560899e03ec3aae3555 Mon Sep 17 00:00:00 2001 From: Netkas Date: Mon, 9 Oct 2023 16:56:20 -0400 Subject: [PATCH] Minor correction --- DOCUMENTATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 50b3287..1679a58 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -588,7 +588,7 @@ configurations. You may alter how these configurations work to suit your needs, do is run the `build` command with the `--config` option to specify which configuration to use. ```shell -$ `ncc build -p MyCommandLineProgram --config release_executable` +$ ncc build -p MyCommandLineProgram --config release_executable` Building project 'MyCommandLineProgram' [ =========== ] 100% 2/2 remaining: 0 sec. elapsed: 0 sec. Processing build/release/com.example.cli_program.ncc to hex dump