Jelajahi Sumber

Typo in README

Fixed the table in the README
Jon Marler 3 tahun lalu
induk
melakukan
2b37d6497e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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.|