From 630241c4a9a55679bcce99b9493d9c2a1be5dc57 Mon Sep 17 00:00:00 2001 From: Johannes Wirth Date: Tue, 9 Jul 2019 21:27:02 +0200 Subject: [PATCH] Highlight commands in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4e55bf0..4099fca 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,17 @@ To ensure uninterrupted cryptographic security, it is important to begin the tra # Installation A local gradle wrapper is provided which can be used for different tasks - - 'gradlew jar' packages the library into a .jar-file which can be added to another project. You also need to add the two .jar-files in the libs/-directory to this project. - - 'gradlew javadoc' creates the JavaDoc for the library - - 'gradlew test' runs the tests + - `gradlew jar` packages the library into a `.jar` file which can be added to another project. You also need to add the two `.jar` files in the `libs/` directory to this project. + - `gradlew javadoc` creates the JavaDoc for the library + - `gradlew test` runs the tests # Example Usage -You can find tests in src/test/java which show multiple usage examples. +You can find tests in `src/test/java` which show multiple usage examples. # API Documentation -As stated above you can use gradle to generate the JavaDocs: 'gradlew javadoc' +As stated above you can use gradle to generate the JavaDocs: `gradlew javadoc` # Community Guidelines