From a1599a77ab2e91f4cfcf5ceb00ece27f24154ad8 Mon Sep 17 00:00:00 2001 From: Kael Zhang Date: Wed, 8 Jan 2025 16:32:43 +0800 Subject: [PATCH] README.md: update introductions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4882c96..628ebf4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ [Safe-rm][safe-rm], a drop-in and much safer replacement of the unix [`rm`][rm] command with **ALMOST FULL** features of the original [`rm`][rm]. -The project was initially developed for Mac OS X, and then tested on Linux. +The project was initially developed on Mac OS X and has been continuously used by myself since then, with later testing conducted on Linux. If you encounter any issues during use, please feel free to [submit an issue](https://github.com/kaelzhang/shell-safe-rm/issues/new). ## Features - Supports both MacOS and Linux with full test coverage.