summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeuin <[email protected]>2022-01-08 19:27:12 +0800
committerKeuin <[email protected]>2022-01-08 19:27:12 +0800
commit5fcb215223908595bdf6afdd527a231094c3ccb4 (patch)
treeb876e02e3c21e75902db78ef7bab931c5d21c609
parentef310895b62682b4c87487a532455738da7dbedd (diff)
small fix on README.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b6802b8..7cd819b 100644
--- a/README.md
+++ b/README.md
@@ -90,7 +90,7 @@ exit code and restart Minecraft server if the code is `111`.
I will give examples for some popular operating systems. To use these scripts, you should replace your start.bat or
start.sh script with given code lines.
-### 2.2.1 Script for Windows
+### 2.2.1 Script for Windows (Batch script)
```batch
@echo off
@@ -102,7 +102,7 @@ rem kbackup restore auto restart
pause
```
-### 2.2.2 Script for Linux or U\*ix using shell (Not tested, I use Windows for the most time, test it on your own)
+### 2.2.2 Script for Linux (Shell script)
```shell
#!/bin/sh