From 7d8e28b4b6e5c2a80e816228c50248b43711228a Mon Sep 17 00:00:00 2001 From: Seph Lietz Date: Thu, 16 Feb 2023 23:10:19 -0600 Subject: [PATCH] Properly close XML comments in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6849748..594e5e8 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Using ScalaTest Maven Plugin To use the ScalaTest Maven plugin, you need to disable SureFire and enable ScalaTest. Here's an example of how to do this in your pom.xml: - org.apache.maven.plugins maven-surefire-plugin @@ -36,7 +36,7 @@ To use the ScalaTest Maven plugin, you need to disable SureFire and enable Scala true - org.scalatest scalatest-maven-plugin @@ -90,4 +90,4 @@ Then run the following command: ``` > mvn clean deploy -Prelease -Dmaven.test.skip=true -``` \ No newline at end of file +```