From b362b18bb58dfcee07d170332e1b668793d9db34 Mon Sep 17 00:00:00 2001 From: Kyan Date: Thu, 15 Dec 2022 19:51:32 +0800 Subject: [PATCH] .MD -> .md --- README.md | 2 +- TROUBLESHOOTING.MD => TROUBLESHOOTIN.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename TROUBLESHOOTING.MD => TROUBLESHOOTIN.md (100%) diff --git a/README.md b/README.md index 4573a52..79ecb60 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Ping3 is a pure python3 version of ICMP ping implementation using raw socket.\ ## Get Started -* If you met "permission denied", you may need to run this as root. Alternatively see [this](./TROUBLESHOOTING.MD#permission-denied-on-linux) for troubleshooting on linux. +* If you met "permission denied", you may need to run this as root. Alternatively see [this](./TROUBLESHOOTING.md#permission-denied-on-linux) for troubleshooting on linux. ```sh pip install ping3 # install ping diff --git a/TROUBLESHOOTING.MD b/TROUBLESHOOTIN.md similarity index 100% rename from TROUBLESHOOTING.MD rename to TROUBLESHOOTIN.md