From 3fbca6ca672d40964812f5fe08b08c2dbb232cdd Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Tue, 23 Apr 2024 00:58:47 +0100 Subject: Fix some trailing whitespace and long lines in the README Fixes: a48fbc035 ("Add additional information to the README") Reviewed-by: Ava Hahn Signed-off-by: Andrew Clayton --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f6e7690..d84939ce 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,12 @@ $ docker run -d \ For a description of image tags, see the [docs](https://unit.nginx.org/installation/#docker-images). -WARNING: latest image tag may not provide support for specific language modules, -*do* check the available image tags from the link above before pulling your image. +WARNING: latest image tag may not provide support for specific language +modules, *do* check the available image tags from the link above before +pulling your image. Your current working directory will now be mounted to the Unit image at `/www`. -You can reach its socket at `/tmp/unit-control/control.unit.sock` assuming no +You can reach its socket at `/tmp/unit-control/control.unit.sock` assuming no further customizations have been made. ### Amazon Linux, Fedora, Red Hat -- cgit