aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Mills <cmills@mozilla.com>2021-03-10 10:36:45 +0000
committerChris Mills <cmills@mozilla.com>2021-03-10 10:36:45 +0000
commit0e0fe53cc2fa2b0a616cae034b3f4bdffd1e3743 (patch)
tree7fcd949717f41ec586b3eda7e339367987e5eb56 /README.md
parentcb5c58cc5645a5d23c3c5d924be2a90f6729ae02 (diff)
downloadtranslated-content-0e0fe53cc2fa2b0a616cae034b3f4bdffd1e3743.tar.gz
translated-content-0e0fe53cc2fa2b0a616cae034b3f4bdffd1e3743.tar.bz2
translated-content-0e0fe53cc2fa2b0a616cae034b3f4bdffd1e3743.zip
fixing markdown linting errors
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files 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
```