diff --git a/README.md b/README.md index dba2292..9944766 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This program was made as a personal project to learn Java network programming. T ###Compiling To compile the source code, make sure you have JDK and Apache Ant installed. Then run the following command: -``` +```bash $ ant ```