From 0e0fe53cc2fa2b0a616cae034b3f4bdffd1e3743 Mon Sep 17 00:00:00 2001 From: Chris Mills Date: Wed, 10 Mar 2021 10:36:45 +0000 Subject: fixing markdown linting errors --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f69b612ac8..2d947e4af3 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ and the translated-content repo (this repo). containing the path to the *translated-content* repo’s `files` directory. You could do this for a single session like so: - ``` + ```bash export CONTENT_TRANSLATED_ROOT=/path/to/translated-content/files ``` @@ -76,7 +76,7 @@ and the translated-content repo (this repo). file in the root of your content repo. This is most easily done using the following command: - ``` + ```bash echo CONTENT_TRANSLATED_ROOT=/path/to/translated-content/files >> .env ``` -- cgit v1.2.3-54-g00ecf