From 8937ac77e65bec5bd8af8d337420d091c271538e Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 8 Jan 2020 22:45:46 +0100 Subject: [PATCH] Fix markup. --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index c5a856d..74980a2 100644 --- a/README.adoc +++ b/README.adoc @@ -18,7 +18,7 @@ link:{uri-mastodon-cpp}[mastodon-cpp]. We aim to create a library that is comfortable, yet minimal. All API endpoints -from Mastodon and Pleroma are stored in `enum class`es, to counteract typos and +from Mastodon and Pleroma are stored in ``enum class``es, to counteract typos and make your life easier. The network-facing code is built on link:{uri-curl}[libcurl], a mature and stable library that is available on virtually every operating system. The library does not parse the responses