diff options
author | Chris Mills <cmills@mozilla.com> | 2021-03-10 10:36:45 +0000 |
---|---|---|
committer | Chris Mills <cmills@mozilla.com> | 2021-03-10 10:36:45 +0000 |
commit | 0e0fe53cc2fa2b0a616cae034b3f4bdffd1e3743 (patch) | |
tree | 7fcd949717f41ec586b3eda7e339367987e5eb56 /README.md | |
parent | cb5c58cc5645a5d23c3c5d924be2a90f6729ae02 (diff) | |
download | translated-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ``` |