From 41c7f1265388add568e7e1b7d177763d6a0f2b36 Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Mon, 21 Jan 2019 17:57:08 +0100 Subject: [PATCH] Fix asciidoc formatting --- README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index 23ebfcd0e..679b6f85b 100644 --- a/README +++ b/README @@ -31,9 +31,9 @@ Use the included https://docs.gradle.org/current/userguide/gradle_wrapper.html[Gradle wrapper] to build the `.jar` artifact: -``` +---------- $ ./gradlew :webauthn-server-core:jar -``` +---------- The output is built in the `webauthn-server-core/build/libs/` directory, and the version is derived from the most recent Git tag. Builds done on a tagged commit @@ -50,12 +50,12 @@ than 8. To run the tests (requires JDK 8): -``` +---------- $ ./gradlew check -``` +---------- To run the http://pitest.org/[PIT mutation tests] (requires JDK 8): -``` +---------- $ ./gradlew pitest -``` +----------