From 7fc8ebf27892eb02488fd2e75ca35ae48f596782 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 6 Nov 2020 13:09:19 -0500 Subject: Updated readme to use correct syntax highlighting --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index f366d49..a9cf063 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ This library provides a simplified interface to the SWORD project. The library can be compiled into a sharable object file and installed to the system. This is the default make option: -``` +```console make sudo make install ``` @@ -17,13 +17,13 @@ The full interface is available in libbible.h. An example cli is included with libbible, which can be compiled using: -``` +```console make bible ``` The interface is simplistic, and uses a subset of libbible's functionality: -``` +```console ./bible --help Usage: -- cgit v1.2.3