aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSchalk Neethling <sneethling@mozilla.com>2022-01-11 21:18:05 +0200
committerGitHub <noreply@github.com>2022-01-11 21:18:05 +0200
commiteab1b87202a7ee91e4c7649795ae6f55c0d5c23b (patch)
tree626d45d7b8ef8f179c8849406034fd83bb786794 /README.md
parentf2421da098583601f0dd26153ce352e8763899f5 (diff)
downloadtranslated-content-eab1b87202a7ee91e4c7649795ae6f55c0d5c23b.tar.gz
translated-content-eab1b87202a7ee91e4c7649795ae6f55c0d5c23b.tar.bz2
translated-content-eab1b87202a7ee91e4c7649795ae6f55c0d5c23b.zip
(fix:docs) update static server port to 5042 (#3638)
Co-authored-by: julieng <julien.gattelier@gmail.com>
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 f0165b52c4..9c4dd9c150 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ Now you need to fork and clone both the
(the `.env` file will be created for you if it does not already exist.)
1. Now you’ve got this set up, enter the command `yarn start` to begin the local
- testing server running at `localhost:5000`.
+ testing server running at `localhost:5042`.
### Working in the translated-content repo
@@ -104,7 +104,7 @@ then:
1. Create a new branch to make your changes in.
1. Switch to your new branch and make the changes you want to make. You can keep
- going back to `localhost:5000/<your_locale>` (e.g. `localhost:5000/fr` for
+ going back to `localhost:5042/<your_locale>` (e.g. `localhost:5042/fr` for
French) to test your changes and make sure the content looks how you want it
to look.