diff options
author | Dave Whiteland <dave@mysociety.org> | 2014-06-09 15:02:37 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2014-06-09 15:02:37 +0100 |
commit | d01fbee0c71051532e31b4771fb54f9b0968d2e7 (patch) | |
tree | f5bd75bedcee23da989fb7aca5c113d37e7fc9c8 /installing/manual_install.md | |
parent | b4db6520c7abfb8fe6157c2e717b769813cfec77 (diff) |
markdown: remove space to preserve double hyphen
Diffstat (limited to 'installing/manual_install.md')
-rw-r--r-- | installing/manual_install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installing/manual_install.md b/installing/manual_install.md index 586ad68a0..0214f9510 100644 --- a/installing/manual_install.md +++ b/installing/manual_install.md @@ -322,7 +322,7 @@ Run the following to get the server running: bundle exec rails server --environment=development By default the server listens on all interfaces. You can restrict it to the -localhost interface by adding ` --binding=127.0.0.1` +localhost interface by adding `--binding=127.0.0.1` The server should have told you the URL to access in your browser to see the site in action. |