From 1d8c700fb0fabd52405983f4b98033fa7b16e2b3 Mon Sep 17 00:00:00 2001 From: Jor Oqyude <30702030+oqyude@users.noreply.github.com> Date: Sun, 12 Oct 2025 00:31:37 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 36a89b7..f363384 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -A personal project of PowerShell modules for automating my Windows environment. +A personal project of PowerShell scripts for automating my Windows environment. Not meant as a universal solution — **use or adapt at your own risk**. The scripts handle: @@ -9,7 +9,7 @@ The scripts handle: * full environment apply/clean actions with a single command; * maybe more in the future. -Everything runs through PowerShell modules with no external dependencies. +Everything runs through PowerShell scripts with no external dependencies. Intended for quick setup on clean systems and portable workflow experiments. ```powershell @@ -17,4 +17,5 @@ Intended for quick setup on clean systems and portable workflow experiments. ``` > ⚠️ **Built for personal use.** -> Paths, scripts, and configs are tailored to *my setup* and may not fit yours. \ No newline at end of file + +> Paths, scripts, and configs are tailored to *my setup* and may not fit yours.