From 7d10426038d7af027618ada72a634a3732229235 Mon Sep 17 00:00:00 2001 From: Filipe Souza Date: Mon, 29 Jan 2024 13:47:41 -0300 Subject: [PATCH] - Fixed lint errors on readme; --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b6d4fc..529d6a0 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,9 @@ services: - ./palworld:/palworld/ ``` -As an alternative, you can copy the [.env.example](.env.example) file to a new file called **.env** file. Modify it to your needs, check out the -[environment variables](#environment-variables) section to check the correct values. Modify your [docker-compose.yml](docker-compose.yml) to this: +As an alternative, you can copy the [.env.example](.env.example) file to a new file called **.env** file. +Modify it to your needs, check out the [environment variables](#environment-variables) section to check the correct +values. Modify your [docker-compose.yml](docker-compose.yml) to this: ```yml services: @@ -117,8 +118,9 @@ docker run -d \ thijsvanloef/palworld-server-docker:latest ``` -As an alternative, you can copy the [.env.example](.env.example) file to a new file called **.env** file. Modify it to your needs, check out the -[environment variables](#environment-variables) section to check the correct values. Change your docker run command to this: +As an alternative, you can copy the [.env.example](.env.example) file to a new file called **.env** file. +Modify it to your needs, check out the [environment variables](#environment-variables) section to check the +correct values. Change your docker run command to this: ```bash docker run -d \