From c718753a84331dcd7717f8b82a025b883885722c Mon Sep 17 00:00:00 2001 From: Clay Gomera Date: Sat, 15 Jun 2024 21:22:22 -0400 Subject: [PATCH] Fixed README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c960016..20df89a 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ This tool is provided as source code and can be built using `make`. By just typing make in the terminal within the code's directory: - ```bash - make - ``` +```bash +make +``` You should now have an executable named `ascii-dencoder`. Optionally, you can copy it to a location in your PATH for easier access. @@ -30,9 +30,9 @@ copy it to a location in your PATH for easier access. To use `ascii-dencoder`, run the executable from the command line with the appropriate options. - ```bash - ./ascii-dencoder [OPTIONS] - ``` +```bash +./ascii-dencoder [OPTIONS] +``` ## Options