aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFeuerfuchs <git@feuerfuchs.dev>2019-11-11 19:01:06 +0100
committerFeuerfuchs <git@feuerfuchs.dev>2019-11-11 19:01:06 +0100
commitdb823cb049725b818213b364b000fbaa46ee9c7e (patch)
tree1264ac7a69a80d07e29d3adbc028337daa684d95
parentReplaced UglifyJS with Terser, include whole asset path in struct, display er... (diff)
downloadgopherproxy-db823cb049725b818213b364b000fbaa46ee9c7e.tar.gz
gopherproxy-db823cb049725b818213b364b000fbaa46ee9c7e.tar.bz2
gopherproxy-db823cb049725b818213b364b000fbaa46ee9c7e.zip
Fix readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2e2cc24..b78d7d2 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ Arguments:
32- `-uri=<uri>`: The default address to open in the proxy (default: "floodgap.com") 32- `-uri=<uri>`: The default address to open in the proxy (default: "floodgap.com")
33- `-robots-file=<file>`: robots.txt file to serve to protect Gopher sites from web crawlers (default: "robots.txt") 33- `-robots-file=<file>`: robots.txt file to serve to protect Gopher sites from web crawlers (default: "robots.txt")
34- `-robots-debug=<true|false>`: Print output about clients ignoring robots.txt (this includes regular browsers) (default: false) 34- `-robots-debug=<true|false>`: Print output about clients ignoring robots.txt (this includes regular browsers) (default: false)
35- `-vips-concurrency=<n>: Concurrency level of libvips (i.e. number of worker threads)` 35- `-vips-concurrency=<n>`: Concurrency level of libvips (i.e. number of worker threads)
36 36
37 37
38## Development 38## Development
@@ -42,7 +42,7 @@ to the previously listed ones:
42 42
43- **SASS (sassc):** Compiling SCSS to CSS 43- **SASS (sassc):** Compiling SCSS to CSS
44- **TypeScript (tsc):** Compiling TypeScript to JavaScript 44- **TypeScript (tsc):** Compiling TypeScript to JavaScript
45- **UglifyJS (uglifyjs):** Minifying JavaScript 45- **Terser (terser):** Minifying JavaScript
46- **fonttools (pyftsubset):** Minifying fonts 46- **fonttools (pyftsubset):** Minifying fonts
47 47
48Folder structure: 48Folder structure: