From 2d0663c7ec798e1f43eb19037d00b5d431802eb0 Mon Sep 17 00:00:00 2001 From: lpmi-13 Date: Tue, 21 Aug 2018 22:55:44 +0100 Subject: [PATCH] fix simple typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 597c81b..db77658 100755 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Starting the server manually is easy! Simply run the following command: mvn com.garrettheel:moco-maven-plugin:run ``` -This will run the the server indefinitely until the process is terminated. +This will run the server indefinitely until the process is terminated. ## Running during the maven lifecycle