diff --git a/README.md b/README.md index f75df01..dba2292 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,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: ``` -$ ant jar +$ ant ``` ###Contributing diff --git a/build.xml b/build.xml index 988a1cd..9ed4a74 100644 --- a/build.xml +++ b/build.xml @@ -28,4 +28,6 @@ + +