From 145cc96a8c82719770d36bff051f399d193db646 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Tue, 4 Feb 2020 23:30:58 +0100 Subject: [PATCH] docs: update small sections --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4498e74..ea68122 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ - Built with [Rust](https://rust-lang.org) which is focused on [safety, speed, and concurrency](https://kornel.ski/rust-c-speed). - Memory safety and reduced overhead of CPU and RAM resources. - Blazing fast static files-serving thanks to [Rust Iron](https://github.com/iron/iron). -- Suitable for small [GNU/Linux Docker containers](https://hub.docker.com/r/joseluisq/static-web-server). It's a fully __4,3M__ static binary thanks to [Rust and Musl libc](https://doc.rust-lang.org/edition-guide/rust-2018/platform-and-target-support/musl-support-for-fully-static-binaries.html) (`x86_64-unknown-linux-musl`). +- Suitable for small [GNU/Linux Docker containers](https://hub.docker.com/r/joseluisq/static-web-server). It's a fully __4MB__ static binary thanks to [Rust and Musl libc](https://doc.rust-lang.org/edition-guide/rust-2018/platform-and-target-support/musl-support-for-fully-static-binaries.html) (`x86_64-unknown-linux-musl`). - Gzip compression by default. - Cache control headers included. - Configurable via environment variables or CLI arguments. @@ -42,7 +42,7 @@ Server can be configured either via environment variables or command-line argume CLI arguments listed with `static-web-server -h`. ``` -static-web-server 1.4.0 +static-web-server 1.5.0 A blazing fast static files-serving web server powered by Rust Iron USAGE: @@ -137,4 +137,4 @@ Feel free to send some [Pull request](https://github.com/joseluisq/static-web-se This work is primarily distributed under the terms of both the [MIT license](LICENSE-MIT) and the [Apache License (Version 2.0)](LICENSE-APACHE). -© 2019 [Jose Quintana](https://git.io/joseluisq) +© 2019-present [Jose Quintana](https://git.io/joseluisq) -- libgit2 1.7.2