From abc618132b07e2daf88d30de64211385a6ab9e48 Mon Sep 17 00:00:00 2001 From: Thomas Thelen Date: Mon, 26 Mar 2018 16:22:49 -0700 Subject: [PATCH] Fix Code Tags Rst wasn't parsing the code tags after an arrow (->). --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index da9b8cf3..75bcfd61 100644 --- a/README.rst +++ b/README.rst @@ -38,7 +38,7 @@ To install the web service, run Enabling Plugins ^^^^^^^^^^^^^^^^ -To get to the plugins section, navigate to ``Admin Console``->``Plugins``. Make sure that the following plugins are enabled. +To get to the plugins section, navigate to ``Admin Console``-> ``Plugins``. Make sure that the following plugins are enabled. 1. ``Celery Jobs`` 2. ``Gravatar portraits`` @@ -53,7 +53,7 @@ Instead of using the login screen in the dashboard, you'll use OAuth with GitHub CORS Headers ^^^^^^^^^^^^ -You'll want to allow CORS headers in the dashboard. To do this, navigate to ``Admin Console``->``Server Configuration``. Scroll to the bottom of the page and click ``Advanced Settings``. Put ``*`` in the ``CORS Allowed Origins`` and ``CORS Allowed Headers`` fields. More information can be found +You'll want to allow CORS headers in the dashboard. To do this, navigate to ``Admin Console``-> ``Server Configuration``. Scroll to the bottom of the page and click ``Advanced Settings``. Put ``*`` in the ``CORS Allowed Origins`` and ``CORS Allowed Headers`` fields. More information can be found `here `_. Create an Assetstore