From e5aac5fc9e3223773599bcf6faeebe5034594c23 Mon Sep 17 00:00:00 2001 From: Vroumm <52046324+DanielRoulin@users.noreply.github.com> Date: Tue, 12 Jul 2022 18:10:40 +0200 Subject: [PATCH] Fixed typo in README.md (#442) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1d5995..1fa0b8e 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ docker attach factorio Before upgrading backup the save. It's easy to make a save in the client. -Ensure `-v` was used to run the server so the save is outside of the Docker container. The `docker rm` command completely destroys the container, which includes the save if it isn't stored in an data volume. +Ensure `-v` was used to run the server so the save is outside of the Docker container. The `docker rm` command completely destroys the container, which includes the save if it isn't stored in a data volume. Delete the container and refresh the image: