From c991a973fb75fab5a1f7e1f6e45bbd1951c31ace Mon Sep 17 00:00:00 2001 From: "David J. Felix" Date: Sun, 5 Apr 2015 02:15:28 -0400 Subject: [PATCH] Fix RST markup in Readme - There should be a space for proper code rendering syntax --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index f01b868..8815e28 100644 --- a/README.rst +++ b/README.rst @@ -88,19 +88,19 @@ have ``fetch`` available though: If you have any SSL issues install ``ca_root_nssp``: -..code:: console +.. code:: console pkg install ca_root_nssp And either copy the certificates to the place where fetch can find them: -..code:: console +.. code:: console cp /usr/local/share/certs/ca-root-nss.crt /etc/ssl/cert.pem Or link them to the right place: -..code:: console +.. code:: console ln -s /usr/local/share/certs/ca-root-nss.crt /etc/ssl/cert.pem