From aaa73034f58bedb8c47140834a27d648c8d7ee1c Mon Sep 17 00:00:00 2001 From: matrixjnr Date: Sat, 24 Aug 2019 00:49:24 +0300 Subject: [PATCH] Added badges --- README.MD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index bc9cf70..3eef030 100644 --- a/README.MD +++ b/README.MD @@ -35,5 +35,7 @@ The server returns Time to the user. ## To Note Creating workers that have dependencies should be precompiled and packaged jar files with dependencies so as to be run as follows: + `worker: java -jar workersdir/test.jar` -Otherwise running workers from class files will throw errors. \ No newline at end of file + +Otherwise running workers from class files with dependencies will throw errors. \ No newline at end of file