Browse Source

Typo in README

Fixed the table in the README
Jon Marler 3 năm trước cách đây
mục cha
commit
2b37d6497e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -37,7 +37,7 @@ A Dockerfile is included that allows you to run WaybackProxy from a docker conta
 When deploying via Docker, the config.py script can be customized by specifying environment variables when creating the docker container. The environment variables match the example config.py script in this repository. Below is a complete list:
 
 | Parameter        | Default | Description                            |
-|------------------|----------------------------------------|
+|------------------|---------|----------------------------------------|
 | `LISTEN_PORT` | 8888 | Listen port for the HTTP proxy |
 | `DATE` | 20011025 | Date to get pages from Wayback. YYYYMMDD, YYYYMM and YYYY formats are accepted, the more specific the better.|
 | `DATE_TOLERANCE` | 365 | Allow the client to load pages and assets up to X days after DATE. Set to None to disable this restriction.|