aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYour Name <you@example.com>2020-11-06 13:09:19 -0500
committerYour Name <you@example.com>2020-11-06 13:09:19 -0500
commit7fc8ebf27892eb02488fd2e75ca35ae48f596782 (patch)
treee3298ed2e5d9e6ee61dcb54860d7b24d917b513d
parentdb1b4c3f11e7f823629fdc78d7088043f8b9b401 (diff)
downloadlibbible-7fc8ebf27892eb02488fd2e75ca35ae48f596782.tar.gz
libbible-7fc8ebf27892eb02488fd2e75ca35ae48f596782.tar.bz2
libbible-7fc8ebf27892eb02488fd2e75ca35ae48f596782.zip
Updated readme to use correct syntax highlighting
-rw-r--r--readme.md6
1 files changed, 3 insertions, 3 deletions
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: