From 897ed9c0eb98b8bcb8075d942f64bb7cf7f6840a Mon Sep 17 00:00:00 2001 From: es3n1n Date: Tue, 20 May 2025 12:09:56 +0900 Subject: [PATCH] docs(readme): update advanced usage notes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a986dc..9d41d96 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ irm https://es3n1n.io/defendnot.ps1 | iex ``` > [!NOTE] -> You can pass arguments to iex and installer script will forward your arguments to `defendnot-loader` as seen in examples 2 and 3. For reference what commandline arguments are allowed, see the `Usage` section below. +> As seen in examples 2 and 3 you can pass the commandline arguments to the installer script and it will forward them to `defendnot-loader`. For reference what commandline arguments are allowed, see the `Usage` section below. > [!NOTE] > You can also directly use the 'longer' version of installer script url, which is `https://raw.githubusercontent.com/es3n1n/defendnot/refs/heads/master/install.ps1`